#964E34

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

Shades of Alert Tan #964E34

Tints of Alert Tan #964E34

Color information

#964E34 (or 0x964E34) is unknown color: approx Alert Tan. HEX triplet: 96, 4E and 34. RGB value is (150,78,52). Sum of RGB (Red+Green+Blue) = 150+78+52=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #964E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E34 is #69B1CB. Grayscale: #606060. Windows color (decimal): -6926796 or 3427990. OLE color: 3427990.

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

Color convert

RGB1507852-
CMYK00.480.650.41
HSL15.92º48.51%39.61%-
HSV(B)15.92º65.33%58.82%-
XYZ15.9212.184.76-
YUV96.56102.85166.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.57%
GREEN value IS 78 (30.86% from 255) = 27.86%
BLUE value IS 52 (20.70% from 255) = 18.57%
R=53.57%
G=27.86%
B=18.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150785200.480.650.4115.9248.5139.61
Hex964E340304129103128
Octal2261166406010151206150
Binary1001011010011101101000110000100000110100110000110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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