#986F4C

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

Shades of Dark Tan #986F4C

Tints of Dark Tan #986F4C

Color information

#986F4C (or 0x986F4C) is unknown color: approx Dark Tan. HEX triplet: 98, 6F and 4C. RGB value is (152,111,76). Sum of RGB (Red+Green+Blue) = 152+111+76=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 111 (43.75% from 255 or 32.74% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986F4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986F4C is #6790B3. Grayscale: #777777. Windows color (decimal): -6787252 or 5009304. OLE color: 5009304.

HSL color Cylindrical-coordinate representation of color #986F4C: hue angle of 27.63º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986F4C is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15211176-
CMYK00.270.500.40
HSL27.63º33.33%44.71%-
HSV(B)27.63º50%59.61%-
XYZ19.9418.579.37-
YUV119.27103.58151.35-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 111 (43.75% from 255) = 32.74%
BLUE value IS 76 (30.08% from 255) = 22.42%
R=44.84%
G=32.74%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521117600.270.500.4027.6333.3344.71
Hex986F4C01B32281c212d
Octal2301571140336250344155
Binary100110001101111100110001101111001010100011100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,111,76); }

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

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

 a { background-color: rgb(152,111,76); }

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

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

 span { border-color: rgb(152,111,76); }

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