#9F7866

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

Shades of Toast #9F7866

Tints of Toast #9F7866

Color information

#9F7866 (or 0x9F7866) is unknown color: approx Toast. HEX triplet: 9F, 78 and 66. RGB value is (159,120,102). Sum of RGB (Red+Green+Blue) = 159+120+102=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7866 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7866 is #608799. Grayscale: #818181. Windows color (decimal): -6326170 or 6715551. OLE color: 6715551.

HSL color Cylindrical-coordinate representation of color #9F7866: hue angle of 18.95º 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 #9F7866 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.38.

Color convert

RGB159120102-
CMYK00.250.360.38
HSL18.95º22.89%51.18%-
HSV(B)18.95º35.85%62.35%-
XYZ23.4121.7615.54-
YUV129.61112.42148.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 41.73%
GREEN value IS 120 (47.27% from 255) = 31.50%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=41.73%
G=31.50%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.36
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912010200.250.360.3818.9522.8951.18
Hex9F78660192426131733
Octal2371701460314446232763
Binary10011111111100011001100110011001001001101001110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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