Html Css Color HEX #966059 Dark Chestnut

📋 copy color: '#966059'

red 150 ◦ green 96 ◦ blue 89

#966059
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Chestnut #966059

Tints of Dark Chestnut #966059

RGB

 RED value IS 150 (58.98% from 255) = 44.78%

 GREEN value IS 96 (37.89% from 255) = 28.66%

 BLUE value IS 89 (35.16% from 255) = 26.57%

R = 44.78%
G = 28.66%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#966059 (or 0x966059) is known color: Dark Chestnut. HEX triplet: 96, 60 and 59. RGB value is (150,96,89). Sum of RGB (Red+Green+Blue) = 150+96+89=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 96 (37.89% from 255 or 28.66% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 150 - color contains mainly: red. Hex color #966059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966059 is #699FA6. Grayscale: #6F6F6F. Windows color (decimal): -6922151 or 5857430. OLE color: 5857430.

HSL color Cylindrical-coordinate representation of color #966059: hue angle of 6.89º 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 #966059 is Cyan = 0, Magento = 0.36, Yellow = 0.41 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 89 -
CMYK 0 0.36 0.41 0.41
HSL 6.89º 0.26% 0.47% -
HSV(B) 6.89º 0.41% 0.59% -
XYZ 18.56 15.57 11.48 -
YUV 111.35 115.39 155.57 -
System Red Green Blue C M Y K H S L
Decimal 150 96 89 0 0.36 0.41 0.41 6.89 0.26 0.47
Hex 96 60 59 0 24 29 29 7 1A 2F
Octal 226 140 131 0 44 51 51 7 32 57
Binary 10010110 1100000 1011001 0 100100 101001 101001 111 11010 101111

Color Harmonies of #966059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966059

Black with #966059

Text Example


Text Example

White with #966059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966059; }

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

 H1.HeaderClassName
 {
   color: #966059;
 }
 .AnyTagClassName
 {
   color: #966059;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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