#996942

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

Shades of Dark Tan #996942

Tints of Dark Tan #996942

Color information

#996942 (or 0x996942) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 42. RGB value is (153,105,66). Sum of RGB (Red+Green+Blue) = 153+105+66=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 66 (26.17% from 255 or 20.37% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #996942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996942 is #6696BD. Grayscale: #737373. Windows color (decimal): -6723262 or 4352409. OLE color: 4352409.

HSL color Cylindrical-coordinate representation of color #996942: hue angle of 26.9º 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 #996942 is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB15310566-
CMYK00.310.570.4
HSL26.9º39.73%42.94%-
HSV(B)26.9º56.86%60%-
XYZ19.1717.277.48-
YUV114.91100.4155.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.22%
GREEN value IS 105 (41.41% from 255) = 32.41%
BLUE value IS 66 (26.17% from 255) = 20.37%
R=47.22%
G=32.41%
B=20.37%

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
Decimal1531056600.310.570.426.939.7342.94
Hex99694201F39281b282b
Octal2311511020377150335053
Binary100110011101001100001001111111100110100011011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996942; }

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

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

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

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

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

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

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

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