#986C45

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

Shades of Dark Tan #986C45

Tints of Dark Tan #986C45

Color information

#986C45 (or 0x986C45) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 45. RGB value is (152,108,69). Sum of RGB (Red+Green+Blue) = 152+108+69=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 69 (27.34% from 255 or 20.97% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986C45 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C45 is #6793BA. Grayscale: #747474. Windows color (decimal): -6788027 or 4549784. OLE color: 4549784.

HSL color Cylindrical-coordinate representation of color #986C45: hue angle of 28.19º 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 #986C45 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB15210869-
CMYK00.290.550.40
HSL28.19º37.56%43.33%-
HSV(B)28.19º54.61%59.61%-
XYZ19.3917.838.05-
YUV116.71101.08153.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 108 (42.58% from 255) = 32.83%
BLUE value IS 69 (27.34% from 255) = 20.97%
R=46.20%
G=32.83%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521086900.290.550.4028.1937.5643.33
Hex986C4501D37281c262b
Octal2301541050356750344653
Binary100110001101100100010101110111011110100011100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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