#996E50

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

Shades of Dark Tan #996E50

Tints of Dark Tan #996E50

Color information

#996E50 (or 0x996E50) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 50. RGB value is (153,110,80). Sum of RGB (Red+Green+Blue) = 153+110+80=343 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.61% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 80 (31.64% from 255 or 23.32% from 343); Max value from RGB is 153 - color contains mainly: red. Hex color #996E50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996E50 is #6691AF. Grayscale: #777777. Windows color (decimal): -6721968 or 5271193. OLE color: 5271193.

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

Color convert

RGB15311080-
CMYK00.280.480.4
HSL24.66º31.33%45.69%-
HSV(B)24.66º47.71%60%-
XYZ20.1618.510.1-
YUV119.44105.75151.94-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.61%
GREEN value IS 110 (43.36% from 255) = 32.07%
BLUE value IS 80 (31.64% from 255) = 23.32%
R=44.61%
G=32.07%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531108000.280.480.424.6631.3345.69
Hex996E5001C3028191f2e
Octal2311561200346050313756
Binary10011001110111010100000111001100001010001100111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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