#996F4B

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

Shades of Dark Tan #996F4B

Tints of Dark Tan #996F4B

Color information

#996F4B (or 0x996F4B) is unknown color: approx Dark Tan. HEX triplet: 99, 6F and 4B. RGB value is (153,111,75). Sum of RGB (Red+Green+Blue) = 153+111+75=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996F4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F4B is #6690B4. Grayscale: #777777. Windows color (decimal): -6721717 or 4943769. OLE color: 4943769.

HSL color Cylindrical-coordinate representation of color #996F4B: hue angle of 27.69º 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 #996F4B is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.4.

Color convert

RGB15311175-
CMYK00.270.510.4
HSL27.69º34.21%44.71%-
HSV(B)27.69º50.98%60%-
XYZ20.0918.659.2-
YUV119.45102.91151.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=45.13%
G=32.74%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531117500.270.510.427.6934.2144.71
Hex996F4B01B33281c222d
Octal2311571130336350344255
Binary100110011101111100101101101111001110100011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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