#997053

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

Shades of Dark Tan #997053

Tints of Dark Tan #997053

Color information

#997053 (or 0x997053) is unknown color: approx Dark Tan. HEX triplet: 99, 70 and 53. RGB value is (153,112,83). Sum of RGB (Red+Green+Blue) = 153+112+83=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 112 (44.14% from 255 or 32.18% from 348); Blue value is 83 (32.81% from 255 or 23.85% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #997053 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997053 is #668FAC. Grayscale: #797979. Windows color (decimal): -6721453 or 5468313. OLE color: 5468313.

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

Color convert

RGB15311283-
CMYK00.270.460.4
HSL24.86º29.66%46.27%-
HSV(B)24.86º45.75%60%-
XYZ20.4918.9910.77-
YUV120.95106.58150.86-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.97%
GREEN value IS 112 (44.14% from 255) = 32.18%
BLUE value IS 83 (32.81% from 255) = 23.85%
R=43.97%
G=32.18%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531128300.270.460.424.8629.6646.27
Hex99705301B2E28191e2e
Octal2311601230335650313656
Binary10011001111000010100110110111011101010001100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997053; }

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

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

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

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

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

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

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

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