#996E42

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

Shades of Dark Tan #996E42

Tints of Dark Tan #996E42

Color information

#996E42 (or 0x996E42) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 42. RGB value is (153,110,66). Sum of RGB (Red+Green+Blue) = 153+110+66=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 110 (43.36% from 255 or 33.43% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996E42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E42 is #6691BD. Grayscale: #767676. Windows color (decimal): -6721982 or 4353689. OLE color: 4353689.

HSL color Cylindrical-coordinate representation of color #996E42: hue angle of 30.34º 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 #996E42 is Cyan = 0, Magento = 0.28, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB15311066-
CMYK00.280.570.4
HSL30.34º39.73%42.94%-
HSV(B)30.34º56.86%60%-
XYZ19.718.327.65-
YUV117.8498.75153.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 110 (43.36% from 255) = 33.43%
BLUE value IS 66 (26.17% from 255) = 20.06%
R=46.50%
G=33.43%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531106600.280.570.430.3439.7342.94
Hex996E4201C39281e282b
Octal2311561020347150365053
Binary100110011101110100001001110011100110100011110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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