#996E52

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

Shades of Dark Tan #996E52

Tints of Dark Tan #996E52

Color information

#996E52 (or 0x996E52) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 52. RGB value is (153,110,82). Sum of RGB (Red+Green+Blue) = 153+110+82=345 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.35% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 153 - color contains mainly: red. Hex color #996E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E52 is #6691AD. Grayscale: #777777. Windows color (decimal): -6721966 or 5402265. OLE color: 5402265.

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

Color convert

RGB15311082-
CMYK00.280.460.4
HSL23.66º30.21%46.08%-
HSV(B)23.66º46.41%60%-
XYZ20.2418.5310.49-
YUV119.66106.75151.78-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.35%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=44.35%
G=31.88%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531108200.280.460.423.6630.2146.08
Hex996E5201C2E28181e2e
Octal2311561220345650303656
Binary10011001110111010100100111001011101010001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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