#996D55

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

Shades of Dark Tan #996D55

Tints of Dark Tan #996D55

Color information

#996D55 (or 0x996D55) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 55. RGB value is (153,109,85). Sum of RGB (Red+Green+Blue) = 153+109+85=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 85 (33.59% from 255 or 24.50% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #996D55 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D55 is #6692AA. Grayscale: #777777. Windows color (decimal): -6722219 or 5598617. OLE color: 5598617.

HSL color Cylindrical-coordinate representation of color #996D55: hue angle of 21.18º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #996D55 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB15310985-
CMYK00.290.440.4
HSL21.18º28.57%46.67%-
HSV(B)21.18º44.44%60%-
XYZ20.2518.3711.07-
YUV119.42108.58151.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 109 (42.97% from 255) = 31.41%
BLUE value IS 85 (33.59% from 255) = 24.50%
R=44.09%
G=31.41%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531098500.290.440.421.1828.5746.67
Hex996D5501D2C28151d2f
Octal2311551250355450253557
Binary10011001110110110101010111011011001010001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,109,85); }

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

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

 a { background-color: rgb(153,109,85); }

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

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

 span { border-color: rgb(153,109,85); }

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