#977060

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

Shades of Toast #977060

Tints of Toast #977060

Color information

#977060 (or 0x977060) is unknown color: approx Toast. HEX triplet: 97, 70 and 60. RGB value is (151,112,96). Sum of RGB (Red+Green+Blue) = 151+112+96=359 (47% of max value = 765). Red value is 151 (59.38% from 255 or 42.06% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 151 - color contains mainly: red. Hex color #977060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977060 is #688F9F. Grayscale: #797979. Windows color (decimal): -6852512 or 6320279. OLE color: 6320279.

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

Color convert

RGB15111296-
CMYK00.260.360.41
HSL17.45º22.27%48.43%-
HSV(B)17.45º36.42%59.22%-
XYZ20.6719.0113.65-
YUV121.84113.42148.8-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 42.06%
GREEN value IS 112 (44.14% from 255) = 31.20%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=42.06%
G=31.20%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1511129600.260.360.4117.4522.2748.43
Hex97706001A2429111630
Octal2271601400324451212660
Binary10010111111000011000000110101001001010011000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #977060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #977060; }

 p { color: rgb(151,112,96); }

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

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

 a { background-color: rgb(151,112,96); }

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

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

 span { border-color: rgb(151,112,96); }

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