#996D4B

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

Shades of Dark Tan #996D4B

Tints of Dark Tan #996D4B

Color information

#996D4B (or 0x996D4B) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 4B. RGB value is (153,109,75). Sum of RGB (Red+Green+Blue) = 153+109+75=337 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.40% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 75 (29.69% from 255 or 22.26% from 337); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996D4B is #6692B4. Grayscale: #767676. Windows color (decimal): -6722229 or 4943257. OLE color: 4943257.

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

Color convert

RGB15310975-
CMYK00.290.510.4
HSL26.15º34.21%44.71%-
HSV(B)26.15º50.98%60%-
XYZ19.8818.229.13-
YUV118.28103.58152.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.40%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 75 (29.69% from 255) = 22.26%
R=45.40%
G=32.34%
B=22.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531097500.290.510.426.1534.2144.71
Hex996D4B01D33281a222d
Octal2311551130356350324255
Binary100110011101101100101101110111001110100011010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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