#986C56

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

Shades of Dark Tan #986C56

Tints of Dark Tan #986C56

Color information

#986C56 (or 0x986C56) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 56. RGB value is (152,108,86). Sum of RGB (Red+Green+Blue) = 152+108+86=346 (45% of max value = 765). Red value is 152 (59.77% from 255 or 43.93% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 152 - color contains mainly: red. Hex color #986C56 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986C56 is #6793A9. Grayscale: #767676. Windows color (decimal): -6788010 or 5663896. OLE color: 5663896.

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

Color convert

RGB15210886-
CMYK00.290.430.40
HSL20º27.73%46.67%-
HSV(B)20º43.42%59.61%-
XYZ19.9918.0711.24-
YUV118.65109.58151.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.93%
GREEN value IS 108 (42.58% from 255) = 31.21%
BLUE value IS 86 (33.98% from 255) = 24.86%
R=43.93%
G=31.21%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521088600.290.430.402027.7346.67
Hex986C5601D2B28141c2f
Octal2301541260355350243457
Binary10011000110110010101100111011010111010001010011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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