#987061

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

Shades of Toast #987061

Tints of Toast #987061

Color information

#987061 (or 0x987061) is unknown color: approx Toast. HEX triplet: 98, 70 and 61. RGB value is (152,112,97). Sum of RGB (Red+Green+Blue) = 152+112+97=361 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.11% from 361); Green value is 112 (44.14% from 255 or 31.02% from 361); Blue value is 97 (38.28% from 255 or 26.87% from 361); Max value from RGB is 152 - color contains mainly: red. Hex color #987061 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987061 is #678F9E. Grayscale: #7A7A7A. Windows color (decimal): -6786975 or 6385816. OLE color: 6385816.

HSL color Cylindrical-coordinate representation of color #987061: hue angle of 16.36º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #987061 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.40.

Color convert

RGB15211297-
CMYK00.260.360.40
HSL16.36º22.09%48.82%-
HSV(B)16.36º36.18%59.61%-
XYZ20.919.1313.9-
YUV122.25113.75149.22-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.11%
GREEN value IS 112 (44.14% from 255) = 31.02%
BLUE value IS 97 (38.28% from 255) = 26.87%
R=42.11%
G=31.02%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521129700.260.360.4016.3622.0948.82
Hex98706101A2428101631
Octal2301601410324450202661
Binary10011000111000011000010110101001001010001000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #987061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #987061; }

 p { color: rgb(152,112,97); }

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

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

 a { background-color: rgb(152,112,97); }

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

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

 span { border-color: rgb(152,112,97); }

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