#986E45

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

Shades of Dark Tan #986E45

Tints of Dark Tan #986E45

Color information

#986E45 (or 0x986E45) is unknown color: approx Dark Tan. HEX triplet: 98, 6E and 45. RGB value is (152,110,69). Sum of RGB (Red+Green+Blue) = 152+110+69=331 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.92% from 331); Green value is 110 (43.36% from 255 or 33.23% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 152 - color contains mainly: red. Hex color #986E45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986E45 is #6791BA. Grayscale: #767676. Windows color (decimal): -6787515 or 4550296. OLE color: 4550296.

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

Color convert

RGB15211069-
CMYK00.280.550.40
HSL29.64º37.56%43.33%-
HSV(B)29.64º54.61%59.61%-
XYZ19.618.268.12-
YUV117.88100.41152.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.92%
GREEN value IS 110 (43.36% from 255) = 33.23%
BLUE value IS 69 (27.34% from 255) = 20.85%
R=45.92%
G=33.23%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521106900.280.550.4029.6437.5643.33
Hex986E4501C37281e262b
Octal2301561050346750364653
Binary100110001101110100010101110011011110100011110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,69); }

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

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

 a { background-color: rgb(152,110,69); }

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

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

 span { border-color: rgb(152,110,69); }

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