#986A4C

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

Shades of Dark Tan #986A4C

Tints of Dark Tan #986A4C

Color information

#986A4C (or 0x986A4C) is unknown color: approx Dark Tan. HEX triplet: 98, 6A and 4C. RGB value is (152,106,76). Sum of RGB (Red+Green+Blue) = 152+106+76=334 (44% of max value = 765). Red value is 152 (59.77% from 255 or 45.51% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 152 - color contains mainly: red. Hex color #986A4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #986A4C is #6795B3. Grayscale: #747474. Windows color (decimal): -6788532 or 5008024. OLE color: 5008024.

HSL color Cylindrical-coordinate representation of color #986A4C: hue angle of 23.68º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #986A4C is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB15210676-
CMYK00.300.500.40
HSL23.68º33.33%44.71%-
HSV(B)23.68º50%59.61%-
XYZ19.4117.519.19-
YUV116.33105.24153.44-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 45.51%
GREEN value IS 106 (41.80% from 255) = 31.74%
BLUE value IS 76 (30.08% from 255) = 22.75%
R=45.51%
G=31.74%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521067600.300.500.4023.6833.3344.71
Hex986A4C01E322818212d
Octal2301521140366250304155
Binary100110001101010100110001111011001010100011000100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,106,76); }

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

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

 a { background-color: rgb(152,106,76); }

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

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

 span { border-color: rgb(152,106,76); }

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