#9F785F

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

Shades of Toast #9F785F

Tints of Toast #9F785F

Color information

#9F785F (or 0x9F785F) is unknown color: approx Toast. HEX triplet: 9F, 78 and 5F. RGB value is (159,120,95). Sum of RGB (Red+Green+Blue) = 159+120+95=374 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.51% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 95 (37.5% from 255 or 25.40% from 374); Max value from RGB is 159 - color contains mainly: red. Hex color #9F785F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F785F is #6087A0. Grayscale: #808080. Windows color (decimal): -6326177 or 6256799. OLE color: 6256799.

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

Color convert

RGB15912095-
CMYK00.250.400.38
HSL23.44º25.2%49.8%-
HSV(B)23.44º40.25%62.35%-
XYZ23.0821.6313.79-
YUV128.81108.92149.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.51%
GREEN value IS 120 (47.27% from 255) = 32.09%
BLUE value IS 95 (37.5% from 255) = 25.40%
R=42.51%
G=32.09%
B=25.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591209500.250.400.3823.4425.249.8
Hex9F785F0192826171932
Octal2371701370315046273162
Binary10011111111100010111110110011010001001101011111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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