#996A42

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

Shades of Dark Tan #996A42

Tints of Dark Tan #996A42

Color information

#996A42 (or 0x996A42) is unknown color: approx Dark Tan. HEX triplet: 99, 6A and 42. RGB value is (153,106,66). Sum of RGB (Red+Green+Blue) = 153+106+66=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 106 (41.80% from 255 or 32.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996A42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996A42 is #6695BD. Grayscale: #737373. Windows color (decimal): -6723006 or 4352665. OLE color: 4352665.

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

Color convert

RGB15310666-
CMYK00.310.570.4
HSL27.59º39.73%42.94%-
HSV(B)27.59º56.86%60%-
XYZ19.2717.477.51-
YUV115.49100.07154.75-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 106 (41.80% from 255) = 32.62%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=47.08%
G=32.62%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531066600.310.570.427.5939.7342.94
Hex996A4201F39281c282b
Octal2311521020377150345053
Binary100110011101010100001001111111100110100011100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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