#996A60

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

Shades of Dark Chestnut #996A60

Tints of Dark Chestnut #996A60

Color information

#996A60 (or 0x996A60) is unknown color: approx Dark Chestnut. HEX triplet: 99, 6A and 60. RGB value is (153,106,96). Sum of RGB (Red+Green+Blue) = 153+106+96=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 106 (41.80% from 255 or 29.86% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #996A60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996A60 is #66959F. Grayscale: #777777. Windows color (decimal): -6722976 or 6318745. OLE color: 6318745.

HSL color Cylindrical-coordinate representation of color #996A60: hue angle of 10.53º degrees, saturation: 0.23, 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 #996A60 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB15310696-
CMYK00.310.370.4
HSL10.53º22.89%48.82%-
HSV(B)10.53º37.25%60%-
XYZ20.417.9213.45-
YUV118.91115.07152.31-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.10%
GREEN value IS 106 (41.80% from 255) = 29.86%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=43.10%
G=29.86%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531069600.310.370.410.5322.8948.82
Hex996A6001F2528b1731
Octal2311521400374550132761
Binary1001100111010101100000011111100101101000101110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,96); }

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

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

 a { background-color: rgb(153,106,96); }

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

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

 span { border-color: rgb(153,106,96); }

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