#986C4A

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

Shades of Dark Tan #986C4A

Tints of Dark Tan #986C4A

Color information

#986C4A (or 0x986C4A) is unknown color: approx Dark Tan. HEX triplet: 98, 6C and 4A. RGB value is (152,108,74). Sum of RGB (Red+Green+Blue) = 152+108+74=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 108 (42.58% from 255 or 32.34% from 334); Blue value is 74 (29.30% from 255 or 22.16% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986C4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986C4A is #6793B5. Grayscale: #757575. Windows color (decimal): -6788022 or 4877464. OLE color: 4877464.

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

Color convert

RGB15210874-
CMYK00.290.510.40
HSL26.15º34.51%44.31%-
HSV(B)26.15º51.32%59.61%-
XYZ19.5517.898.9-
YUV117.28103.58152.76-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 108 (42.58% from 255) = 32.34%
BLUE value IS 74 (29.30% from 255) = 22.16%
R=45.51%
G=32.34%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521087400.290.510.4026.1534.5144.31
Hex986C4A01D33281a232c
Octal2301541120356350324354
Binary100110001101100100101001110111001110100011010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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