#996E51

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

Shades of Dark Tan #996E51

Tints of Dark Tan #996E51

Color information

#996E51 (or 0x996E51) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 51. RGB value is (153,110,81). Sum of RGB (Red+Green+Blue) = 153+110+81=344 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.48% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 81 (32.03% from 255 or 23.55% from 344); Max value from RGB is 153 - color contains mainly: red. Hex color #996E51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E51 is #6691AE. Grayscale: #777777. Windows color (decimal): -6721967 or 5336729. OLE color: 5336729.

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

Color convert

RGB15311081-
CMYK00.280.470.4
HSL24.17º30.77%45.88%-
HSV(B)24.17º47.06%60%-
XYZ20.218.5210.29-
YUV119.55106.25151.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.48%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 81 (32.03% from 255) = 23.55%
R=44.48%
G=31.98%
B=23.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.47
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531108100.280.470.424.1730.7745.88
Hex996E5101C2F28181f2e
Octal2311561210345750303756
Binary10011001110111010100010111001011111010001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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