#986D4C

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

Shades of Dark Tan #986D4C

Tints of Dark Tan #986D4C

Color information

#986D4C (or 0x986D4C) is unknown color: approx Dark Tan. HEX triplet: 98, 6D and 4C. RGB value is (152,109,76). Sum of RGB (Red+Green+Blue) = 152+109+76=337 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.10% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 76 (30.08% from 255 or 22.55% from 337); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986D4C is #6792B3. Grayscale: #767676. Windows color (decimal): -6787764 or 5008792. OLE color: 5008792.

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

Color convert

RGB15210976-
CMYK00.280.500.40
HSL26.05º33.33%44.71%-
HSV(B)26.05º50%59.61%-
XYZ19.7218.139.3-
YUV118.1104.25152.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.10%
GREEN value IS 109 (42.97% from 255) = 32.34%
BLUE value IS 76 (30.08% from 255) = 22.55%
R=45.10%
G=32.34%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521097600.280.500.4026.0533.3344.71
Hex986D4C01C32281a212d
Octal2301551140346250324155
Binary100110001101101100110001110011001010100011010100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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