#996F47

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

Shades of Dark Tan #996F47

Tints of Dark Tan #996F47

Color information

#996F47 (or 0x996F47) is unknown color: approx Dark Tan. HEX triplet: 99, 6F and 47. RGB value is (153,111,71). Sum of RGB (Red+Green+Blue) = 153+111+71=335 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.67% from 335); Green value is 111 (43.75% from 255 or 33.13% from 335); Blue value is 71 (28.12% from 255 or 21.19% from 335); Max value from RGB is 153 - color contains mainly: red. Hex color #996F47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996F47 is #6690B8. Grayscale: #777777. Windows color (decimal): -6721721 or 4681625. OLE color: 4681625.

HSL color Cylindrical-coordinate representation of color #996F47: hue angle of 29.27º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #996F47 is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15311171-
CMYK00.270.540.4
HSL29.27º36.61%43.92%-
HSV(B)29.27º53.59%60%-
XYZ19.9618.68.5-
YUV119100.91152.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45.67%
GREEN value IS 111 (43.75% from 255) = 33.13%
BLUE value IS 71 (28.12% from 255) = 21.19%
R=45.67%
G=33.13%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531117100.270.540.429.2736.6143.92
Hex996F4701B36281d252c
Octal2311571070336650354554
Binary100110011101111100011101101111011010100011101100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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