#986B54

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

Shades of Dark Tan #986B54

Tints of Dark Tan #986B54

Color information

#986B54 (or 0x986B54) is unknown color: approx Dark Tan. HEX triplet: 98, 6B and 54. RGB value is (152,107,84). Sum of RGB (Red+Green+Blue) = 152+107+84=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 84 (33.20% from 255 or 24.49% from 343); Max value from RGB is 152 - color contains mainly: red. Hex color #986B54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B54 is #6794AB. Grayscale: #757575. Windows color (decimal): -6788268 or 5532568. OLE color: 5532568.

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

Color convert

RGB15210784-
CMYK00.300.450.40
HSL20.29º28.81%46.27%-
HSV(B)20.29º44.74%59.61%-
XYZ19.8117.8310.79-
YUV117.83108.91152.37-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 107 (42.19% from 255) = 31.20%
BLUE value IS 84 (33.20% from 255) = 24.49%
R=44.31%
G=31.20%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521078400.300.450.4020.2928.8146.27
Hex986B5401E2D28141d2e
Octal2301531240365550243556
Binary10011000110101110101000111101011011010001010011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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