#986D4F

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

Shades of Dark Tan #986D4F

Tints of Dark Tan #986D4F

Color information

#986D4F (or 0x986D4F) is unknown color: approx Dark Tan. HEX triplet: 98, 6D and 4F. RGB value is (152,109,79). Sum of RGB (Red+Green+Blue) = 152+109+79=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 79 (31.25% from 255 or 23.24% from 340); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D4F is #6792B0. Grayscale: #767676. Windows color (decimal): -6787761 or 5205400. OLE color: 5205400.

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

Color convert

RGB15210979-
CMYK00.280.480.40
HSL24.66º31.6%45.29%-
HSV(B)24.66º48.03%59.61%-
XYZ19.8318.189.86-
YUV118.44105.75151.94-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 109 (42.97% from 255) = 32.06%
BLUE value IS 79 (31.25% from 255) = 23.24%
R=44.71%
G=32.06%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521097900.280.480.4024.6631.645.29
Hex986D4F01C302819202d
Octal2301551170346050314055
Binary100110001101101100111101110011000010100011001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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