#977166

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

Shades of Dark Chestnut #977166

Tints of Dark Chestnut #977166

Color information

#977166 (or 0x977166) is unknown color: approx Dark Chestnut. HEX triplet: 97, 71 and 66. RGB value is (151,113,102). Sum of RGB (Red+Green+Blue) = 151+113+102=366 (48% of max value = 765). Red value is 151 (59.38% from 255 or 41.26% from 366); Green value is 113 (44.53% from 255 or 30.87% from 366); Blue value is 102 (40.23% from 255 or 27.87% from 366); Max value from RGB is 151 - color contains mainly: red. Hex color #977166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977166 is #688E99. Grayscale: #7B7B7B. Windows color (decimal): -6852250 or 6713751. OLE color: 6713751.

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

Color convert

RGB151113102-
CMYK00.250.320.41
HSL13.47º19.37%49.61%-
HSV(B)13.47º32.45%59.22%-
XYZ21.0719.3515.19-
YUV123.11116.09147.89-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 41.26%
GREEN value IS 113 (44.53% from 255) = 30.87%
BLUE value IS 102 (40.23% from 255) = 27.87%
R=41.26%
G=30.87%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15111310200.250.320.4113.4719.3749.61
Hex9771660192029d1332
Octal2271611460314051152362
Binary1001011111100011100110011001100000101001110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977166; }

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

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

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

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

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

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

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

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