#986D4E

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

Shades of Dark Tan #986D4E

Tints of Dark Tan #986D4E

Color information

#986D4E (or 0x986D4E) is unknown color: approx Dark Tan. HEX triplet: 98, 6D and 4E. RGB value is (152,109,78). Sum of RGB (Red+Green+Blue) = 152+109+78=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 78 (30.86% from 255 or 23.01% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986D4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986D4E is #6792B1. Grayscale: #767676. Windows color (decimal): -6787762 or 5139864. OLE color: 5139864.

HSL color Cylindrical-coordinate representation of color #986D4E: hue angle of 25.14º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #986D4E is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB15210978-
CMYK00.280.490.40
HSL25.14º32.17%45.1%-
HSV(B)25.14º48.68%59.61%-
XYZ19.7918.169.67-
YUV118.32105.25152.02-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 109 (42.97% from 255) = 32.15%
BLUE value IS 78 (30.86% from 255) = 23.01%
R=44.84%
G=32.15%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521097800.280.490.4025.1432.1745.1
Hex986D4E01C312819202d
Octal2301551160346150314055
Binary100110001101101100111001110011000110100011001100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,109,78); }

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

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

 a { background-color: rgb(152,109,78); }

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

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

 span { border-color: rgb(152,109,78); }

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