#9F7660

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

Shades of Toast #9F7660

Tints of Toast #9F7660

Color information

#9F7660 (or 0x9F7660) is unknown color: approx Toast. HEX triplet: 9F, 76 and 60. RGB value is (159,118,96). Sum of RGB (Red+Green+Blue) = 159+118+96=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 96 (37.89% from 255 or 25.74% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7660 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7660 is #60899F. Grayscale: #7F7F7F. Windows color (decimal): -6326688 or 6321823. OLE color: 6321823.

HSL color Cylindrical-coordinate representation of color #9F7660: hue angle of 20.95º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F7660 is Cyan = 0, Magento = 0.26, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB15911896-
CMYK00.260.400.38
HSL20.95º24.71%50%-
HSV(B)20.95º39.62%62.35%-
XYZ22.8921.1713.95-
YUV127.75110.08150.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.63%
GREEN value IS 118 (46.48% from 255) = 31.64%
BLUE value IS 96 (37.89% from 255) = 25.74%
R=42.63%
G=31.64%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591189600.260.400.3820.9524.7150
Hex9F766001A2826151932
Octal2371661400325046253162
Binary10011111111011011000000110101010001001101010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F7660; }

 p { color: rgb(159,118,96); }

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

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

 a { background-color: rgb(159,118,96); }

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

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

 span { border-color: rgb(159,118,96); }

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