Html Css Color HEX #966E66 Dark Chestnut

📋 copy color: '#966E66'

red 150 ◦ green 110 ◦ blue 102

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

Shades of Dark Chestnut #966E66

Tints of Dark Chestnut #966E66

RGB

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

 GREEN value IS 110 (43.36% from 255) = 30.39%

 BLUE value IS 102 (40.23% from 255) = 28.18%

R = 41.44%
G = 30.39%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#966E66 (or 0x966E66) is known color: Dark Chestnut. HEX triplet: 96, 6E and 66. RGB value is (150,110,102). Sum of RGB (Red+Green+Blue) = 150+110+102=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 110 (43.36% from 255 or 30.39% from 362); Blue value is 102 (40.23% from 255 or 28.18% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #966E66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966E66 is #699199. Grayscale: #797979. Windows color (decimal): -6918554 or 6712982. OLE color: 6712982.

HSL color Cylindrical-coordinate representation of color #966E66: hue angle of 10º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #966E66 is Cyan = 0, Magento = 0.27, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 110 102 -
CMYK 0 0.27 0.32 0.41
HSL 10º 0.19% 0.49% -
HSV(B) 10º 0.32% 0.59% -
XYZ 20.55 18.6 15.08 -
YUV 121.05 117.25 148.65 -
System Red Green Blue C M Y K H S L
Decimal 150 110 102 0 0.27 0.32 0.41 10 0.19 0.49
Hex 96 6E 66 0 1B 20 29 A 13 31
Octal 226 156 146 0 33 40 51 12 23 61
Binary 10010110 1101110 1100110 0 11011 100000 101001 1010 10011 110001

Color Harmonies of #966E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966E66

Black with #966E66

Text Example


Text Example

White with #966E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966E66; }

 p { color: rgb(150,110,102); }

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

background-color css

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

 a { background-color: rgb(150,110,102); }

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

border-color css

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

 span { border-color: rgb(150,110,102); }

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