#996A49

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

Shades of Dark Tan #996A49

Tints of Dark Tan #996A49

Color information

#996A49 (or 0x996A49) is unknown color: approx Dark Tan. HEX triplet: 99, 6A and 49. RGB value is (153,106,73). Sum of RGB (Red+Green+Blue) = 153+106+73=332 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.08% from 332); Green value is 106 (41.80% from 255 or 31.93% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 153 - color contains mainly: red. Hex color #996A49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A49 is #6695B6. Grayscale: #747474. Windows color (decimal): -6722999 or 4811417. OLE color: 4811417.

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

Color convert

RGB15310673-
CMYK00.310.520.4
HSL24.75º35.4%44.31%-
HSV(B)24.75º52.29%60%-
XYZ19.4917.568.67-
YUV116.29103.57154.18-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.08%
GREEN value IS 106 (41.80% from 255) = 31.93%
BLUE value IS 73 (28.91% from 255) = 21.99%
R=46.08%
G=31.93%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531067300.310.520.424.7535.444.31
Hex996A4901F342819232c
Octal2311521110376450314354
Binary100110011101010100100101111111010010100011001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,106,73); }

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

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

 a { background-color: rgb(153,106,73); }

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

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

 span { border-color: rgb(153,106,73); }

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