#986D4A

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

Shades of Dark Tan #986D4A

Tints of Dark Tan #986D4A

Color information

#986D4A (or 0x986D4A) is unknown color: approx Dark Tan. HEX triplet: 98, 6D and 4A. RGB value is (152,109,74). Sum of RGB (Red+Green+Blue) = 152+109+74=335 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.37% from 335); Green value is 109 (42.97% from 255 or 32.54% from 335); Blue value is 74 (29.30% from 255 or 22.09% from 335); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D4A is #6792B5. Grayscale: #767676. Windows color (decimal): -6787766 or 4877720. OLE color: 4877720.

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

Color convert

RGB15210974-
CMYK00.280.510.40
HSL26.92º34.51%44.31%-
HSV(B)26.92º51.32%59.61%-
XYZ19.6518.118.94-
YUV117.87103.25152.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.37%
GREEN value IS 109 (42.97% from 255) = 32.54%
BLUE value IS 74 (29.30% from 255) = 22.09%
R=45.37%
G=32.54%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521097400.280.510.4026.9234.5144.31
Hex986D4A01C33281b232c
Octal2301551120346350334354
Binary100110001101101100101001110011001110100011011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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