#986B53

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

Shades of Dark Tan #986B53

Tints of Dark Tan #986B53

Color information

#986B53 (or 0x986B53) is unknown color: approx Dark Tan. HEX triplet: 98, 6B and 53. RGB value is (152,107,83). Sum of RGB (Red+Green+Blue) = 152+107+83=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 107 (42.19% from 255 or 31.29% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 152 - color contains mainly: red. Hex color #986B53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B53 is #6794AC. Grayscale: #757575. Windows color (decimal): -6788269 or 5467032. OLE color: 5467032.

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

Color convert

RGB15210783-
CMYK00.300.450.40
HSL20.87º29.36%46.08%-
HSV(B)20.87º45.39%59.61%-
XYZ19.7717.8210.58-
YUV117.72108.41152.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 107 (42.19% from 255) = 31.29%
BLUE value IS 83 (32.81% from 255) = 24.27%
R=44.44%
G=31.29%
B=24.27%

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
Decimal1521078300.300.450.4020.8729.3646.08
Hex986B5301E2D28151d2e
Octal2301531230365550253556
Binary10011000110101110100110111101011011010001010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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