#986C53

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

Shades of Dark Tan #986C53

Tints of Dark Tan #986C53

Color information

#986C53 (or 0x986C53) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 53. RGB value is (152,108,83). Sum of RGB (Red+Green+Blue) = 152+108+83=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 108 (42.58% from 255 or 31.49% from 343); Blue value is 83 (32.81% from 255 or 24.20% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986C53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C53 is #6793AC. Grayscale: #767676. Windows color (decimal): -6788013 or 5467288. OLE color: 5467288.

HSL color Cylindrical-coordinate representation of color #986C53: hue angle of 21.74º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #986C53 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB15210883-
CMYK00.290.450.40
HSL21.74º29.36%46.08%-
HSV(B)21.74º45.39%59.61%-
XYZ19.8718.0310.62-
YUV118.31108.08152.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 108 (42.58% from 255) = 31.49%
BLUE value IS 83 (32.81% from 255) = 24.20%
R=44.31%
G=31.49%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521088300.290.450.4021.7429.3646.08
Hex986C5301D2D28161d2e
Octal2301541230355550263556
Binary10011000110110010100110111011011011010001011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,108,83); }

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

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

 a { background-color: rgb(152,108,83); }

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

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

 span { border-color: rgb(152,108,83); }

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