#986B50

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

Shades of Dark Tan #986B50

Tints of Dark Tan #986B50

Color information

#986B50 (or 0x986B50) is unknown color: approx Dark Tan. HEX triplet: 98, 6B and 50. RGB value is (152,107,80). Sum of RGB (Red+Green+Blue) = 152+107+80=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 107 (42.19% from 255 or 31.56% from 339); Blue value is 80 (31.64% from 255 or 23.60% from 339); Max value from RGB is 152 - color contains mainly: red. Hex color #986B50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986B50 is #6794AF. Grayscale: #757575. Windows color (decimal): -6788272 or 5270424. OLE color: 5270424.

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

Color convert

RGB15210780-
CMYK00.300.470.40
HSL22.5º31.03%45.49%-
HSV(B)22.5º47.37%59.61%-
XYZ19.6517.779.98-
YUV117.38106.91152.7-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 107 (42.19% from 255) = 31.56%
BLUE value IS 80 (31.64% from 255) = 23.60%
R=44.84%
G=31.56%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.47
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521078000.300.470.4022.531.0345.49
Hex986B5001E2F28161f2d
Octal2301531200365750263755
Binary10011000110101110100000111101011111010001011011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,107,80); }

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

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

 a { background-color: rgb(152,107,80); }

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

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

 span { border-color: rgb(152,107,80); }

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