#986A51

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

Shades of Dark Tan #986A51

Tints of Dark Tan #986A51

Color information

#986A51 (or 0x986A51) is unknown color: approx Dark Tan. HEX triplet: 98, 6A and 51. RGB value is (152,106,81). Sum of RGB (Red+Green+Blue) = 152+106+81=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 106 (41.80% from 255 or 31.27% from 339); Blue value is 81 (32.03% from 255 or 23.89% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986A51 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986A51 is #6795AE. Grayscale: #757575. Windows color (decimal): -6788527 or 5335704. OLE color: 5335704.

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

Color convert

RGB15210681-
CMYK00.300.470.40
HSL21.13º30.47%45.69%-
HSV(B)21.13º46.71%59.61%-
XYZ19.5917.5810.14-
YUV116.9107.74153.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 106 (41.80% from 255) = 31.27%
BLUE value IS 81 (32.03% from 255) = 23.89%
R=44.84%
G=31.27%
B=23.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521068100.300.470.4021.1330.4745.69
Hex986A5101E2F28151e2e
Octal2301521210365750253656
Binary10011000110101010100010111101011111010001010111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,81); }

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

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

 a { background-color: rgb(152,106,81); }

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

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

 span { border-color: rgb(152,106,81); }

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