#996760

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

Shades of Dark Chestnut #996760

Tints of Dark Chestnut #996760

Color information

#996760 (or 0x996760) is unknown color: approx Dark Chestnut. HEX triplet: 99, 67 and 60. RGB value is (153,103,96). Sum of RGB (Red+Green+Blue) = 153+103+96=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #996760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996760 is #66989F. Grayscale: #757575. Windows color (decimal): -6723744 or 6317977. OLE color: 6317977.

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

Color convert

RGB15310396-
CMYK00.330.370.4
HSL7.37º22.89%48.82%-
HSV(B)7.37º37.25%60%-
XYZ20.117.3213.35-
YUV117.15116.06153.57-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.47%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=43.47%
G=29.26%
B=27.27%

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
Decimal1531039600.330.370.47.3722.8948.82
Hex996760021252871731
Octal231147140041455072761
Binary1001100111001111100000010000110010110100011110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996760; }

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

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

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

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

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

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

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

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