#964E25

Color #964E25 Alert Tan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alert Tan #964E25

Tints of Alert Tan #964E25

Color information

#964E25 (or 0x964E25) is unknown color: approx Alert Tan. HEX triplet: 96, 4E and 25. RGB value is (150,78,37). Sum of RGB (Red+Green+Blue) = 150+78+37=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 78 (30.86% from 255 or 29.43% from 265); Blue value is 37 (14.84% from 255 or 13.96% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #964E25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E25 is #69B1DA. Grayscale: #5F5F5F. Windows color (decimal): -6926811 or 2444950. OLE color: 2444950.

HSL color Cylindrical-coordinate representation of color #964E25: hue angle of 21.77º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #964E25 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.41.

Color convert

RGB1507837-
CMYK00.480.750.41
HSL21.77º60.43%36.67%-
HSV(B)21.77º75.33%58.82%-
XYZ15.6412.073.26-
YUV94.8595.35167.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 56.60%
GREEN value IS 78 (30.86% from 255) = 29.43%
BLUE value IS 37 (14.84% from 255) = 13.96%
R=56.60%
G=29.43%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150783700.480.750.4121.7760.4336.67
Hex964E250304B29163c25
Octal2261164506011351267445
Binary1001011010011101001010110000100101110100110110111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964E25; }

 p { color: rgb(150,78,37); }

 H1.HeaderClassName
 {
   color: #964E25;
 }
 .AnyTagClassName
 {
   color: #964E25;
 }
</style>
background-color css

<style>
 a { background-color: #964E25; }

 a { background-color: rgb(150,78,37); }

 div.DivClassName
 {
   background-color: #964E25;
 }
 .BgClassName
 {
   background-color: #964E25;
 }
</style>
border-color css

<style>
 span { border-color: #964E25; }

 span { border-color: rgb(150,78,37); }

 td.TdClassName
 {
   border-color: #964E25;
 }
 .TagClassName
 {
   border-color: #964E25;
 }
</style>