#966159

Color #966159 Dark Chestnut (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Chestnut #966159

Tints of Dark Chestnut #966159

Color information

#966159 (or 0x966159) is unknown color: approx Dark Chestnut. HEX triplet: 96, 61 and 59. RGB value is (150,97,89). Sum of RGB (Red+Green+Blue) = 150+97+89=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #966159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966159 is #699EA6. Grayscale: #707070. Windows color (decimal): -6921895 or 5857686. OLE color: 5857686.

HSL color Cylindrical-coordinate representation of color #966159: hue angle of 7.87º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #966159 is Cyan = 0, Magento = 0.35, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB1509789-
CMYK00.350.410.41
HSL7.87º25.52%46.86%-
HSV(B)7.87º40.67%58.82%-
XYZ18.6615.7511.51-
YUV111.94115.06155.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.64%
GREEN value IS 97 (38.28% from 255) = 28.87%
BLUE value IS 89 (35.16% from 255) = 26.49%
R=44.64%
G=28.87%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150978900.350.410.417.8725.5246.86
Hex966159023292981a2f
Octal2261411310435151103257
Binary10010110110000110110010100011101001101001100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966159; }

 p { color: rgb(150,97,89); }

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

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

 a { background-color: rgb(150,97,89); }

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

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

 span { border-color: rgb(150,97,89); }

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