#986E52

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

Shades of Dark Tan #986E52

Tints of Dark Tan #986E52

Color information

#986E52 (or 0x986E52) is unknown color: approx Dark Tan. HEX triplet: 98, 6E and 52. RGB value is (152,110,82). Sum of RGB (Red+Green+Blue) = 152+110+82=344 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.19% from 344); Green value is 110 (43.36% from 255 or 31.98% from 344); Blue value is 82 (32.42% from 255 or 23.84% from 344); Max value from RGB is 152 - color contains mainly: red. Hex color #986E52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E52 is #6791AD. Grayscale: #777777. Windows color (decimal): -6787502 or 5402264. OLE color: 5402264.

HSL color Cylindrical-coordinate representation of color #986E52: hue angle of 24º 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 #986E52 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB15211082-
CMYK00.280.460.40
HSL24º29.91%45.88%-
HSV(B)24º46.05%59.61%-
XYZ20.0518.4410.48-
YUV119.37106.91151.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.19%
GREEN value IS 110 (43.36% from 255) = 31.98%
BLUE value IS 82 (32.42% from 255) = 23.84%
R=44.19%
G=31.98%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521108200.280.460.402429.9145.88
Hex986E5201C2E28181e2e
Octal2301561220345650303656
Binary10011000110111010100100111001011101010001100011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986E52; }

 p { color: rgb(152,110,82); }

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

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

 a { background-color: rgb(152,110,82); }

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

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

 span { border-color: rgb(152,110,82); }

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