#9F7059

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

Shades of Toast #9F7059

Tints of Toast #9F7059

Color information

#9F7059 (or 0x9F7059) is unknown color: approx Toast. HEX triplet: 9F, 70 and 59. RGB value is (159,112,89). Sum of RGB (Red+Green+Blue) = 159+112+89=360 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.17% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 89 (35.16% from 255 or 24.72% from 360); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F7059 is #608FA6. Grayscale: #7B7B7B. Windows color (decimal): -6328231 or 5861535. OLE color: 5861535.

HSL color Cylindrical-coordinate representation of color #9F7059: hue angle of 19.71º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F7059 is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.38.

Color convert

RGB15911289-
CMYK00.300.440.38
HSL19.71º28.23%48.63%-
HSV(B)19.71º44.03%62.35%-
XYZ21.919.6812.1-
YUV123.43108.57153.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.17%
GREEN value IS 112 (44.14% from 255) = 31.11%
BLUE value IS 89 (35.16% from 255) = 24.72%
R=44.17%
G=31.11%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.44
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591128900.300.440.3819.7128.2348.63
Hex9F705901E2C26141c31
Octal2371601310365446243461
Binary10011111111000010110010111101011001001101010011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F7059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,112,89); }

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

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

 a { background-color: rgb(159,112,89); }

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

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

 span { border-color: rgb(159,112,89); }

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