#986848

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

Shades of Dark Tan #986848

Tints of Dark Tan #986848

Color information

#986848 (or 0x986848) is unknown color: approx Dark Tan. HEX triplet: 98, 68 and 48. RGB value is (152,104,72). Sum of RGB (Red+Green+Blue) = 152+104+72=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 152 - color contains mainly: red. Hex color #986848 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986848 is #6797B7. Grayscale: #727272. Windows color (decimal): -6789048 or 4745368. OLE color: 4745368.

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

Color convert

RGB15210472-
CMYK00.320.530.40
HSL24º35.71%43.92%-
HSV(B)24º52.63%59.61%-
XYZ19.0717.048.42-
YUV114.7103.9154.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 104 (41.02% from 255) = 31.71%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=46.34%
G=31.71%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521047200.320.530.402435.7143.92
Hex986848020352818242c
Octal2301501100406550304454
Binary1001100011010001001000010000011010110100011000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #986848; }

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

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

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

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

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

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

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

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