#996948

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

Shades of Dark Tan #996948

Tints of Dark Tan #996948

Color information

#996948 (or 0x996948) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 48. RGB value is (153,105,72). Sum of RGB (Red+Green+Blue) = 153+105+72=330 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.36% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 153 - color contains mainly: red. Hex color #996948 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #996948 is #6696B7. Grayscale: #737373. Windows color (decimal): -6723256 or 4745625. OLE color: 4745625.

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

Color convert

RGB15310572-
CMYK00.310.530.4
HSL24.44º36%44.12%-
HSV(B)24.44º52.94%60%-
XYZ19.3617.348.46-
YUV115.59103.4154.68-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 46.36%
GREEN value IS 105 (41.41% from 255) = 31.82%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=46.36%
G=31.82%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531057200.310.530.424.443644.12
Hex99694801F352818242c
Octal2311511100376550304454
Binary100110011101001100100001111111010110100011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996948; }

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

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

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

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

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

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

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

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