#996D47

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

Shades of Dark Tan #996D47

Tints of Dark Tan #996D47

Color information

#996D47 (or 0x996D47) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 47. RGB value is (153,109,71). Sum of RGB (Red+Green+Blue) = 153+109+71=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 109 (42.97% from 255 or 32.73% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 153 - color contains mainly: red. Hex color #996D47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D47 is #6692B8. Grayscale: #767676. Windows color (decimal): -6722233 or 4681113. OLE color: 4681113.

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

Color convert

RGB15310971-
CMYK00.290.540.4
HSL27.8º36.61%43.92%-
HSV(B)27.8º53.59%60%-
XYZ19.7418.168.43-
YUV117.82101.58153.09-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.95%
GREEN value IS 109 (42.97% from 255) = 32.73%
BLUE value IS 71 (28.12% from 255) = 21.32%
R=45.95%
G=32.73%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531097100.290.540.427.836.6143.92
Hex996D4701D36281c252c
Octal2311551070356650344554
Binary100110011101101100011101110111011010100011100100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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