#996D50

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

Shades of Dark Tan #996D50

Tints of Dark Tan #996D50

Color information

#996D50 (or 0x996D50) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 50. RGB value is (153,109,80). Sum of RGB (Red+Green+Blue) = 153+109+80=342 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.74% from 342); Green value is 109 (42.97% from 255 or 31.87% from 342); Blue value is 80 (31.64% from 255 or 23.39% from 342); Max value from RGB is 153 - color contains mainly: red. Hex color #996D50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D50 is #6692AF. Grayscale: #777777. Windows color (decimal): -6722224 or 5270937. OLE color: 5270937.

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

Color convert

RGB15310980-
CMYK00.290.480.4
HSL23.84º31.33%45.69%-
HSV(B)23.84º47.71%60%-
XYZ20.0518.2910.06-
YUV118.85106.08152.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.74%
GREEN value IS 109 (42.97% from 255) = 31.87%
BLUE value IS 80 (31.64% from 255) = 23.39%
R=44.74%
G=31.87%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531098000.290.480.423.8431.3345.69
Hex996D5001D3028181f2e
Octal2311551200356050303756
Binary10011001110110110100000111011100001010001100011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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