#976F66

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

Shades of Dark Chestnut #976F66

Tints of Dark Chestnut #976F66

Color information

#976F66 (or 0x976F66) is unknown color: approx 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

RGB151111102-
CMYK00.260.320.41
HSL11.02º19.37%49.61%-
HSV(B)11.02º32.45%59.22%-
XYZ20.8518.9115.12-
YUV121.93116.75148.73-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111110200.260.320.4111.0219.3749.61
Hex976F6601A2029b1332
Octal2271571460324051132362
Binary1001011111011111100110011010100000101001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #976F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>