#996C67

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

Shades of Dark Chestnut #996C67

Tints of Dark Chestnut #996C67

Color information

#996C67 (or 0x996C67) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6C and 67. RGB value is (153,108,103). Sum of RGB (Red+Green+Blue) = 153+108+103=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #996C67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C67 is #669398. Grayscale: #787878. Windows color (decimal): -6722457 or 6778009. OLE color: 6778009.

HSL color Cylindrical-coordinate representation of color #996C67: hue angle of 6º 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 #996C67 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB153108103-
CMYK00.290.330.4
HSL19.69%50.2%-
HSV(B)32.68%60%-
XYZ20.9518.4815.29-
YUV120.88117.91150.91-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.03%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=42.03%
G=29.67%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310810300.290.330.4619.6950.2
Hex996C6701D212861432
Octal231154147035415062462
Binary100110011101100110011101110110000110100011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996C67; }

 p { color: rgb(153,108,103); }

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

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

 a { background-color: rgb(153,108,103); }

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

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

 span { border-color: rgb(153,108,103); }

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