#996B61

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

Shades of Dark Chestnut #996B61

Tints of Dark Chestnut #996B61

Color information

#996B61 (or 0x996B61) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6B and 61. RGB value is (153,107,97). Sum of RGB (Red+Green+Blue) = 153+107+97=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 107 (42.19% from 255 or 29.97% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #996B61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B61 is #66949E. Grayscale: #777777. Windows color (decimal): -6722719 or 6384537. OLE color: 6384537.

HSL color Cylindrical-coordinate representation of color #996B61: hue angle of 10.71º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996B61 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15310797-
CMYK00.300.370.4
HSL10.71º22.4%49.02%-
HSV(B)10.71º36.6%60%-
XYZ20.5518.1513.73-
YUV119.61115.24151.81-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.86%
GREEN value IS 107 (42.19% from 255) = 29.97%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=42.86%
G=29.97%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531079700.300.370.410.7122.449.02
Hex996B6101E2528b1631
Octal2311531410364550132661
Binary1001100111010111100001011110100101101000101110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,107,97); }

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

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

 a { background-color: rgb(153,107,97); }

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

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

 span { border-color: rgb(153,107,97); }

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