#997066

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

Shades of Dark Chestnut #997066

Tints of Dark Chestnut #997066

Color information

#997066 (or 0x997066) is unknown color: approx Dark Chestnut. HEX triplet: 99, 70 and 66. RGB value is (153,112,102). Sum of RGB (Red+Green+Blue) = 153+112+102=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 112 (44.14% from 255 or 30.52% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #997066 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997066 is #668F99. Grayscale: #7B7B7B. Windows color (decimal): -6721434 or 6713497. OLE color: 6713497.

HSL color Cylindrical-coordinate representation of color #997066: hue angle of 11.76º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997066 is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153112102-
CMYK00.270.330.4
HSL11.76º20%50%-
HSV(B)11.76º33.33%60%-
XYZ21.3319.3215.18-
YUV123.12116.08149.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 112 (44.14% from 255) = 30.52%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=41.69%
G=30.52%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311210200.270.330.411.762050
Hex99706601B2128c1432
Octal2311601460334150142462
Binary1001100111100001100110011011100001101000110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997066; }

 p { color: rgb(153,112,102); }

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

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

 a { background-color: rgb(153,112,102); }

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

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

 span { border-color: rgb(153,112,102); }

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