#996D42

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

Shades of Dark Tan #996D42

Tints of Dark Tan #996D42

Color information

#996D42 (or 0x996D42) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 42. RGB value is (153,109,66). Sum of RGB (Red+Green+Blue) = 153+109+66=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 66 (26.17% from 255 or 20.12% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #996D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D42 is #6692BD. Grayscale: #757575. Windows color (decimal): -6722238 or 4353433. OLE color: 4353433.

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

Color convert

RGB15310966-
CMYK00.290.570.4
HSL29.66º39.73%42.94%-
HSV(B)29.66º56.86%60%-
XYZ19.5918.17.62-
YUV117.2599.08153.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.65%
GREEN value IS 109 (42.97% from 255) = 33.23%
BLUE value IS 66 (26.17% from 255) = 20.12%
R=46.65%
G=33.23%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531096600.290.570.429.6639.7342.94
Hex996D4201D39281e282b
Octal2311551020357150365053
Binary100110011101101100001001110111100110100011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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