#986C48

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

Shades of Dark Tan #986C48

Tints of Dark Tan #986C48

Color information

#986C48 (or 0x986C48) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 48. RGB value is (152,108,72). Sum of RGB (Red+Green+Blue) = 152+108+72=332 (43% of max value = 765). Red value is 152 (59.77% from 255 or 45.78% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 72 (28.52% from 255 or 21.69% from 332); Max value from RGB is 152 - color contains mainly: red. Hex color #986C48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C48 is #6793B7. Grayscale: #757575. Windows color (decimal): -6788024 or 4746392. OLE color: 4746392.

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

Color convert

RGB15210872-
CMYK00.290.530.40
HSL27º35.71%43.92%-
HSV(B)27º52.63%59.61%-
XYZ19.4817.878.55-
YUV117.05102.58152.93-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.78%
GREEN value IS 108 (42.58% from 255) = 32.53%
BLUE value IS 72 (28.52% from 255) = 21.69%
R=45.78%
G=32.53%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521087200.290.530.402735.7143.92
Hex986C4801D35281b242c
Octal2301541100356550334454
Binary100110001101100100100001110111010110100011011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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