#996E4B

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

Shades of Dark Tan #996E4B

Tints of Dark Tan #996E4B

Color information

#996E4B (or 0x996E4B) is unknown color: approx Dark Tan. HEX triplet: 99, 6E and 4B. RGB value is (153,110,75). Sum of RGB (Red+Green+Blue) = 153+110+75=338 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.27% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 153 - color contains mainly: red. Hex color #996E4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996E4B is #6691B4. Grayscale: #777777. Windows color (decimal): -6721973 or 4943513. OLE color: 4943513.

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

Color convert

RGB15311075-
CMYK00.280.510.4
HSL26.92º34.21%44.71%-
HSV(B)26.92º50.98%60%-
XYZ19.9818.439.16-
YUV118.87103.25152.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.27%
GREEN value IS 110 (43.36% from 255) = 32.54%
BLUE value IS 75 (29.69% from 255) = 22.19%
R=45.27%
G=32.54%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531107500.280.510.426.9234.2144.71
Hex996E4B01C33281b222d
Octal2311561130346350334255
Binary100110011101110100101101110011001110100011011100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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