#996547

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

Shades of Dark Tan #996547

Tints of Dark Tan #996547

Color information

#996547 (or 0x996547) is unknown color: approx Dark Tan. HEX triplet: 99, 65 and 47. RGB value is (153,101,71). Sum of RGB (Red+Green+Blue) = 153+101+71=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 71 (28.12% from 255 or 21.85% from 325); Max value from RGB is 153 - color contains mainly: red. Hex color #996547 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996547 is #669AB8. Grayscale: #717171. Windows color (decimal): -6724281 or 4679065. OLE color: 4679065.

HSL color Cylindrical-coordinate representation of color #996547: hue angle of 21.95º 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 #996547 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB15310171-
CMYK00.340.540.4
HSL21.95º36.61%43.92%-
HSV(B)21.95º53.59%60%-
XYZ18.9316.538.16-
YUV113.13104.23156.44-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 47.08%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 71 (28.12% from 255) = 21.85%
R=47.08%
G=31.08%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531017100.340.540.421.9536.6143.92
Hex996547022362816252c
Octal2311451070426650264554
Binary1001100111001011000111010001011011010100010110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996547; }

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

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

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

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

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

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

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

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