#996949

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

Shades of Dark Tan #996949

Tints of Dark Tan #996949

Color information

#996949 (or 0x996949) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 49. RGB value is (153,105,73). Sum of RGB (Red+Green+Blue) = 153+105+73=331 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.22% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 73 (28.91% from 255 or 22.05% from 331); Max value from RGB is 153 - color contains mainly: red. Hex color #996949 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996949 is #6696B6. Grayscale: #737373. Windows color (decimal): -6723255 or 4811161. OLE color: 4811161.

HSL color Cylindrical-coordinate representation of color #996949: hue angle of 24º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #996949 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.4.

Color convert

RGB15310573-
CMYK00.310.520.4
HSL24º35.4%44.31%-
HSV(B)24º52.29%60%-
XYZ19.3917.368.63-
YUV115.7103.9154.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.22%
GREEN value IS 105 (41.41% from 255) = 31.72%
BLUE value IS 73 (28.91% from 255) = 22.05%
R=46.22%
G=31.72%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531057300.310.520.42435.444.31
Hex99694901F342818232c
Octal2311511110376450304354
Binary100110011101001100100101111111010010100011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996949; }

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

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

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

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

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

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

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

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