#986E5F

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

Shades of Toast #986E5F

Tints of Toast #986E5F

Color information

#986E5F (or 0x986E5F) is unknown color: approx Toast. HEX triplet: 98, 6E and 5F. RGB value is (152,110,95). Sum of RGB (Red+Green+Blue) = 152+110+95=357 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.58% from 357); Green value is 110 (43.36% from 255 or 30.81% from 357); Blue value is 95 (37.5% from 255 or 26.61% from 357); Max value from RGB is 152 - color contains mainly: red. Hex color #986E5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #986E5F is #6791A0. Grayscale: #787878. Windows color (decimal): -6787489 or 6254232. OLE color: 6254232.

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

Color convert

RGB15211095-
CMYK00.280.380.40
HSL15.79º23.08%48.43%-
HSV(B)15.79º37.5%59.61%-
XYZ20.5918.6513.34-
YUV120.85113.41150.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.58%
GREEN value IS 110 (43.36% from 255) = 30.81%
BLUE value IS 95 (37.5% from 255) = 26.61%
R=42.58%
G=30.81%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521109500.280.380.4015.7923.0848.43
Hex986E5F01C2628101730
Octal2301561370344650202760
Binary10011000110111010111110111001001101010001000010111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #986E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,110,95); }

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

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

 a { background-color: rgb(152,110,95); }

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

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

 span { border-color: rgb(152,110,95); }

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