#996B5F

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

Shades of Dark Chestnut #996B5F

Tints of Dark Chestnut #996B5F

Color information

#996B5F (or 0x996B5F) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6B and 5F. RGB value is (153,107,95). Sum of RGB (Red+Green+Blue) = 153+107+95=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 107 (42.19% from 255 or 30.14% from 355); Blue value is 95 (37.5% from 255 or 26.76% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996B5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996B5F is #6694A0. Grayscale: #777777. Windows color (decimal): -6722721 or 6253465. OLE color: 6253465.

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

Color convert

RGB15310795-
CMYK00.300.380.4
HSL12.41º23.39%48.63%-
HSV(B)12.41º37.91%60%-
XYZ20.4618.1113.24-
YUV119.39114.24151.98-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 107 (42.19% from 255) = 30.14%
BLUE value IS 95 (37.5% from 255) = 26.76%
R=43.10%
G=30.14%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.38
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531079500.300.380.412.4123.3948.63
Hex996B5F01E2628c1731
Octal2311531370364650142761
Binary1001100111010111011111011110100110101000110010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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