#964E32

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

Shades of Alert Tan #964E32

Tints of Alert Tan #964E32

Color information

#964E32 (or 0x964E32) is unknown color: approx Alert Tan. HEX triplet: 96, 4E and 32. RGB value is (150,78,50). Sum of RGB (Red+Green+Blue) = 150+78+50=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 50 (19.92% from 255 or 17.99% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #964E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #964E32 is #69B1CD. Grayscale: #606060. Windows color (decimal): -6926798 or 3296918. OLE color: 3296918.

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

Color convert

RGB1507850-
CMYK00.480.670.41
HSL16.8º50%39.22%-
HSV(B)16.8º66.67%58.82%-
XYZ15.8812.164.53-
YUV96.34101.85166.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 78 (30.86% from 255) = 28.06%
BLUE value IS 50 (19.92% from 255) = 17.99%
R=53.96%
G=28.06%
B=17.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150785000.480.670.4116.85039.22
Hex964E320304329113227
Octal2261166206010351216247
Binary1001011010011101100100110000100001110100110001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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