#986849

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

Shades of Dark Tan #986849

Tints of Dark Tan #986849

Color information

#986849 (or 0x986849) is unknown color: approx Dark Tan. HEX triplet: 98, 68 and 49. RGB value is (152,104,73). Sum of RGB (Red+Green+Blue) = 152+104+73=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 152 - color contains mainly: red. Hex color #986849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986849 is #6797B6. Grayscale: #727272. Windows color (decimal): -6789047 or 4810904. OLE color: 4810904.

HSL color Cylindrical-coordinate representation of color #986849: hue angle of 23.54º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #986849 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB15210473-
CMYK00.320.520.40
HSL23.54º35.11%44.12%-
HSV(B)23.54º51.97%59.61%-
XYZ19.117.068.59-
YUV114.82104.4154.52-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 73 (28.91% from 255) = 22.19%
R=46.20%
G=31.61%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521047300.320.520.4023.5435.1144.12
Hex986849020342818232c
Octal2301501110406450304354
Binary1001100011010001001001010000011010010100011000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986849; }

 p { color: rgb(152,104,73); }

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

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

 a { background-color: rgb(152,104,73); }

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

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

 span { border-color: rgb(152,104,73); }

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