#996E4A

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

Shades of Dark Tan #996E4A

Tints of Dark Tan #996E4A

Color information

#996E4A (or 0x996E4A) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 4A. RGB value is (153,110,74). Sum of RGB (Red+Green+Blue) = 153+110+74=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E4A is #6691B5. Grayscale: #767676. Windows color (decimal): -6721974 or 4877977. OLE color: 4877977.

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

Color convert

RGB15311074-
CMYK00.280.520.4
HSL27.34º34.8%44.51%-
HSV(B)27.34º51.63%60%-
XYZ19.9518.428.98-
YUV118.75102.75152.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 110 (43.36% from 255) = 32.64%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=45.40%
G=32.64%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531107400.280.520.427.3434.844.51
Hex996E4A01C34281b232d
Octal2311561120346450334355
Binary100110011101110100101001110011010010100011011100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,110,74); }

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

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

 a { background-color: rgb(153,110,74); }

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

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

 span { border-color: rgb(153,110,74); }

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