#996952

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

Shades of Dark Tan #996952

Tints of Dark Tan #996952

Color information

#996952 (or 0x996952) is unknown color: approx Dark Tan. HEX triplet: 99, 69 and 52. RGB value is (153,105,82). Sum of RGB (Red+Green+Blue) = 153+105+82=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 105 (41.41% from 255 or 30.88% from 340); Blue value is 82 (32.42% from 255 or 24.12% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996952 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996952 is #6696AD. Grayscale: #747474. Windows color (decimal): -6723246 or 5400985. OLE color: 5400985.

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

Color convert

RGB15310582-
CMYK00.310.460.4
HSL19.44º30.21%46.08%-
HSV(B)19.44º46.41%60%-
XYZ19.7117.4810.32-
YUV116.73108.4153.87-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 105 (41.41% from 255) = 30.88%
BLUE value IS 82 (32.42% from 255) = 24.12%
R=45%
G=30.88%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531058200.310.460.419.4430.2146.08
Hex99695201F2E28131e2e
Octal2311511220375650233656
Binary10011001110100110100100111111011101010001001111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996952; }

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

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

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

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

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

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

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

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