#986D52

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

Shades of Dark Tan #986D52

Tints of Dark Tan #986D52

Color information

#986D52 (or 0x986D52) is unknown color: approx Dark Tan. HEX triplet: 98, 6D and 52. RGB value is (152,109,82). Sum of RGB (Red+Green+Blue) = 152+109+82=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986D52 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D52 is #6792AD. Grayscale: #767676. Windows color (decimal): -6787758 or 5402008. OLE color: 5402008.

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

Color convert

RGB15210982-
CMYK00.280.460.40
HSL23.14º29.91%45.88%-
HSV(B)23.14º46.05%59.61%-
XYZ19.9418.2210.45-
YUV118.78107.25151.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 109 (42.97% from 255) = 31.78%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=44.31%
G=31.78%
B=23.91%

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
Decimal1521098200.280.460.4023.1429.9145.88
Hex986D5201C2E28171e2e
Octal2301551220345650273656
Binary10011000110110110100100111001011101010001011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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