#996D4D

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

Shades of Dark Tan #996D4D

Tints of Dark Tan #996D4D

Color information

#996D4D (or 0x996D4D) is unknown color: approx Dark Tan. HEX triplet: 99, 6D and 4D. RGB value is (153,109,77). Sum of RGB (Red+Green+Blue) = 153+109+77=339 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.13% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 77 (30.47% from 255 or 22.71% from 339); Max value from RGB is 153 - color contains mainly: red. Hex color #996D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996D4D is #6692B2. Grayscale: #767676. Windows color (decimal): -6722227 or 5074329. OLE color: 5074329.

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

Color convert

RGB15310977-
CMYK00.290.500.4
HSL25.26º33.04%45.1%-
HSV(B)25.26º49.67%60%-
XYZ19.9518.259.49-
YUV118.51104.58152.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.13%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 77 (30.47% from 255) = 22.71%
R=45.13%
G=32.15%
B=22.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531097700.290.500.425.2633.0445.1
Hex996D4D01D322819212d
Octal2311551150356250314155
Binary100110011101101100110101110111001010100011001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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