#986C42

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

Shades of Dark Tan #986C42

Tints of Dark Tan #986C42

Color information

#986C42 (or 0x986C42) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 42. RGB value is (152,108,66). Sum of RGB (Red+Green+Blue) = 152+108+66=326 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.63% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 66 (26.17% from 255 or 20.25% from 326); Max value from RGB is 152 - color contains mainly: red. Hex color #986C42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C42 is #6793BD. Grayscale: #747474. Windows color (decimal): -6788030 or 4353176. OLE color: 4353176.

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

Color convert

RGB15210866-
CMYK00.290.570.40
HSL29.3º39.45%42.75%-
HSV(B)29.3º56.58%59.61%-
XYZ19.2917.797.57-
YUV116.3799.58153.42-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.63%
GREEN value IS 108 (42.58% from 255) = 33.13%
BLUE value IS 66 (26.17% from 255) = 20.25%
R=46.63%
G=33.13%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521086600.290.570.4029.339.4542.75
Hex986C4201D39281d272b
Octal2301541020357150354753
Binary100110001101100100001001110111100110100011101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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