#9F7166

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

Shades of Toast #9F7166

Tints of Toast #9F7166

Color information

#9F7166 (or 0x9F7166) is unknown color: approx Toast. HEX triplet: 9F, 71 and 66. RGB value is (159,113,102). Sum of RGB (Red+Green+Blue) = 159+113+102=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 113 (44.53% from 255 or 30.21% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7166 is #608E99. Grayscale: #7D7D7D. Windows color (decimal): -6327962 or 6713759. OLE color: 6713759.

HSL color Cylindrical-coordinate representation of color #9F7166: hue angle of 11.58º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F7166 is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB159113102-
CMYK00.290.360.38
HSL11.58º22.89%51.18%-
HSV(B)11.58º35.85%62.35%-
XYZ22.620.1415.27-
YUV125.5114.74151.89-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 113 (44.53% from 255) = 30.21%
BLUE value IS 102 (40.23% from 255) = 27.27%
R=42.51%
G=30.21%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911310200.290.360.3811.5822.8951.18
Hex9F716601D2426c1733
Octal2371611460354446142763
Binary1001111111100011100110011101100100100110110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,113,102); }

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

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

 a { background-color: rgb(159,113,102); }

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

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

 span { border-color: rgb(159,113,102); }

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