#986B4F

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

Shades of Dark Tan #986B4F

Tints of Dark Tan #986B4F

Color information

#986B4F (or 0x986B4F) is unknown color: approx Dark Tan. HEX triplet: 98, 6B and 4F. RGB value is (152,107,79). Sum of RGB (Red+Green+Blue) = 152+107+79=338 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.97% from 338); Green value is 107 (42.19% from 255 or 31.66% from 338); Blue value is 79 (31.25% from 255 or 23.37% from 338); Max value from RGB is 152 - color contains mainly: red. Hex color #986B4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B4F is #6794B0. Grayscale: #757575. Windows color (decimal): -6788273 or 5204888. OLE color: 5204888.

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

Color convert

RGB15210779-
CMYK00.300.480.40
HSL23.01º31.6%45.29%-
HSV(B)23.01º48.03%59.61%-
XYZ19.6217.769.79-
YUV117.26106.41152.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.97%
GREEN value IS 107 (42.19% from 255) = 31.66%
BLUE value IS 79 (31.25% from 255) = 23.37%
R=44.97%
G=31.66%
B=23.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521077900.300.480.4023.0131.645.29
Hex986B4F01E302817202d
Octal2301531170366050274055
Binary100110001101011100111101111011000010100010111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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