#996F53

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

Shades of Dark Tan #996F53

Tints of Dark Tan #996F53

Color information

#996F53 (or 0x996F53) is unknown color: approx Dark Tan. HEX triplet: 99, 6F and 53. RGB value is (153,111,83). Sum of RGB (Red+Green+Blue) = 153+111+83=347 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.09% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 153 - color contains mainly: red. Hex color #996F53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996F53 is #6690AC. Grayscale: #787878. Windows color (decimal): -6721709 or 5468057. OLE color: 5468057.

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

Color convert

RGB15311183-
CMYK00.270.460.4
HSL24º29.66%46.27%-
HSV(B)24º45.75%60%-
XYZ20.3818.7710.73-
YUV120.37106.91151.28-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.09%
GREEN value IS 111 (43.75% from 255) = 31.99%
BLUE value IS 83 (32.81% from 255) = 23.92%
R=44.09%
G=31.99%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531118300.270.460.42429.6646.27
Hex996F5301B2E28181e2e
Octal2311571230335650303656
Binary10011001110111110100110110111011101010001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,111,83); }

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

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

 a { background-color: rgb(153,111,83); }

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

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

 span { border-color: rgb(153,111,83); }

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