#996742

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

Shades of Dark Tan #996742

Tints of Dark Tan #996742

Color information

#996742 (or 0x996742) is unknown color: approx Dark Tan. HEX triplet: 99, 67 and 42. RGB value is (153,103,66). Sum of RGB (Red+Green+Blue) = 153+103+66=322 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.52% from 322); Green value is 103 (40.62% from 255 or 31.99% from 322); Blue value is 66 (26.17% from 255 or 20.50% from 322); Max value from RGB is 153 - color contains mainly: red. Hex color #996742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996742 is #6698BD. Grayscale: #717171. Windows color (decimal): -6723774 or 4351897. OLE color: 4351897.

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

Color convert

RGB15310366-
CMYK00.330.570.4
HSL25.52º39.73%42.94%-
HSV(B)25.52º56.86%60%-
XYZ18.9716.877.41-
YUV113.73101.06156.01-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.52%
GREEN value IS 103 (40.62% from 255) = 31.99%
BLUE value IS 66 (26.17% from 255) = 20.50%
R=47.52%
G=31.99%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531036600.330.570.425.5239.7342.94
Hex99674202139281a282b
Octal2311471020417150325053
Binary1001100111001111000010010000111100110100011010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996742; }

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

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

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

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

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

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

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

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