Html Css Color HEX #976F66 Dark Chestnut

📋 copy color: '#976F66'

red 151 ◦ green 111 ◦ blue 102

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

Shades of Dark Chestnut #976F66

Tints of Dark Chestnut #976F66

RGB

 RED value IS 151 (59.38% from 255) = 41.48%

 GREEN value IS 111 (43.75% from 255) = 30.49%

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

R = 41.48%
G = 30.49%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#976F66 (or 0x976F66) is known color: Dark Chestnut. HEX triplet: 97, 6F and 66. RGB value is (151,111,102). Sum of RGB (Red+Green+Blue) = 151+111+102=364 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.48% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 102 (40.23% from 255 or 28.02% from 364); Max value from RGB is 151 - color contains mainly: red. Hex color #976F66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #976F66 is #689099. Grayscale: #7A7A7A. Windows color (decimal): -6852762 or 6713239. OLE color: 6713239.

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

Color convert

RGB 151 111 102 -
CMYK 0 0.26 0.32 0.41
HSL 11.02º 0.19% 0.5% -
HSV(B) 11.02º 0.32% 0.59% -
XYZ 20.85 18.91 15.12 -
YUV 121.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 151 111 102 0 0.26 0.32 0.41 11.02 0.19 0.5
Hex 97 6F 66 0 1A 20 29 B 13 32
Octal 227 157 146 0 32 40 51 13 23 62
Binary 10010111 1101111 1100110 0 11010 100000 101001 1011 10011 110010

Color Harmonies of #976F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #976F66

Black with #976F66

Text Example


Text Example

White with #976F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #976F66; }

 p { color: rgb(151,111,102); }

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

background-color css

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

 a { background-color: rgb(151,111,102); }

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

border-color css

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

 span { border-color: rgb(151,111,102); }

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