#996D4F

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

Shades of Dark Tan #996D4F

Tints of Dark Tan #996D4F

Color information

#996D4F (or 0x996D4F) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 4F. RGB value is (153,109,79). Sum of RGB (Red+Green+Blue) = 153+109+79=341 (45% of max value = 765). Red value is 153 (60.16% from 255 or 44.87% from 341); Green value is 109 (42.97% from 255 or 31.96% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D4F is #6692B0. Grayscale: #767676. Windows color (decimal): -6722225 or 5205401. OLE color: 5205401.

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

Color convert

RGB15310979-
CMYK00.290.480.4
HSL24.32º31.9%45.49%-
HSV(B)24.32º48.37%60%-
XYZ20.0218.279.87-
YUV118.74105.58152.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 44.87%
GREEN value IS 109 (42.97% from 255) = 31.96%
BLUE value IS 79 (31.25% from 255) = 23.17%
R=44.87%
G=31.96%
B=23.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531097900.290.480.424.3231.945.49
Hex996D4F01D302818202d
Octal2311551170356050304055
Binary100110011101101100111101110111000010100011000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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