#9F765F

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

Shades of Toast #9F765F

Tints of Toast #9F765F

Color information

#9F765F (or 0x9F765F) is unknown color: approx Toast. HEX triplet: 9F, 76 and 5F. RGB value is (159,118,95). Sum of RGB (Red+Green+Blue) = 159+118+95=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F765F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F765F is #6089A0. Grayscale: #7F7F7F. Windows color (decimal): -6326689 or 6256287. OLE color: 6256287.

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

Color convert

RGB15911895-
CMYK00.260.400.38
HSL21.56º25.2%49.8%-
HSV(B)21.56º40.25%62.35%-
XYZ22.8421.1513.71-
YUV127.64109.58150.37-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.74%
GREEN value IS 118 (46.48% from 255) = 31.72%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=42.74%
G=31.72%
B=25.54%

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
Decimal1591189500.260.400.3821.5625.249.8
Hex9F765F01A2826161932
Octal2371661370325046263162
Binary10011111111011010111110110101010001001101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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