#996853

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

Shades of Dark Tan #996853

Tints of Dark Tan #996853

Color information

#996853 (or 0x996853) is unknown color: approx Dark Tan. HEX triplet: 99, 68 and 53. RGB value is (153,104,83). Sum of RGB (Red+Green+Blue) = 153+104+83=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 153 - color contains mainly: red. Hex color #996853 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996853 is #6697AC. Grayscale: #747474. Windows color (decimal): -6723501 or 5466265. OLE color: 5466265.

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

Color convert

RGB15310483-
CMYK00.320.460.4
HSL18º29.66%46.27%-
HSV(B)18º45.75%60%-
XYZ19.6517.310.49-
YUV116.26109.23154.21-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 83 (32.81% from 255) = 24.41%
R=45%
G=30.59%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531048300.320.460.41829.6646.27
Hex9968530202E28121e2e
Octal2311501230405650223656
Binary100110011101000101001101000001011101010001001011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #996853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #996853; }

 p { color: rgb(153,104,83); }

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

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

 a { background-color: rgb(153,104,83); }

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

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

 span { border-color: rgb(153,104,83); }

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