#9F755F

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

Shades of Toast #9F755F

Tints of Toast #9F755F

Color information

#9F755F (or 0x9F755F) is unknown color: approx Toast. HEX triplet: 9F, 75 and 5F. RGB value is (159,117,95). Sum of RGB (Red+Green+Blue) = 159+117+95=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 95 (37.5% from 255 or 25.61% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F755F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F755F is #608AA0. Grayscale: #7F7F7F. Windows color (decimal): -6326945 or 6256031. OLE color: 6256031.

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

Color convert

RGB15911795-
CMYK00.260.400.38
HSL20.62º25.2%49.8%-
HSV(B)20.62º40.25%62.35%-
XYZ22.7220.9213.67-
YUV127.05109.91150.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.86%
GREEN value IS 117 (46.09% from 255) = 31.54%
BLUE value IS 95 (37.5% from 255) = 25.61%
R=42.86%
G=31.54%
B=25.61%

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
Decimal1591179500.260.400.3820.6225.249.8
Hex9F755F01A2826151932
Octal2371651370325046253162
Binary10011111111010110111110110101010001001101010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F755F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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