#996660

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

Shades of Dark Chestnut #996660

Tints of Dark Chestnut #996660

Color information

#996660 (or 0x996660) is unknown color: approx Dark Chestnut. HEX triplet: 99, 66 and 60. RGB value is (153,102,96). Sum of RGB (Red+Green+Blue) = 153+102+96=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996660 is #66999F. Grayscale: #747474. Windows color (decimal): -6724000 or 6317721. OLE color: 6317721.

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

Color convert

RGB15310296-
CMYK00.330.370.4
HSL6.32º22.89%48.82%-
HSV(B)6.32º37.25%60%-
XYZ2017.1213.32-
YUV116.56116.4153.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=43.59%
G=29.06%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531029600.330.370.46.3222.8948.82
Hex996660021252861731
Octal231146140041455062761
Binary1001100111001101100000010000110010110100011010111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996660; }

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

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

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

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

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

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

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

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