#996947

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

Shades of Dark Tan #996947

Tints of Dark Tan #996947

Color information

#996947 (or 0x996947) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 47. RGB value is (153,105,71). Sum of RGB (Red+Green+Blue) = 153+105+71=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 71 (28.12% from 255 or 21.58% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #996947 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996947 is #6696B8. Grayscale: #737373. Windows color (decimal): -6723257 or 4680089. OLE color: 4680089.

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

Color convert

RGB15310571-
CMYK00.310.540.4
HSL24.88º36.61%43.92%-
HSV(B)24.88º53.59%60%-
XYZ19.3317.338.29-
YUV115.48102.9154.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.50%
GREEN value IS 105 (41.41% from 255) = 31.91%
BLUE value IS 71 (28.12% from 255) = 21.58%
R=46.50%
G=31.91%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531057100.310.540.424.8836.6143.92
Hex99694701F362819252c
Octal2311511070376650314554
Binary100110011101001100011101111111011010100011001100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996947; }

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

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

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

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

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

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

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

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