#9F745F

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

Shades of Toast #9F745F

Tints of Toast #9F745F

Color information

#9F745F (or 0x9F745F) is unknown color: approx Toast. HEX triplet: 9F, 74 and 5F. RGB value is (159,116,95). Sum of RGB (Red+Green+Blue) = 159+116+95=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 116 (45.70% from 255 or 31.35% from 370); Blue value is 95 (37.5% from 255 or 25.68% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F745F is #608BA0. Grayscale: #7E7E7E. Windows color (decimal): -6327201 or 6255775. OLE color: 6255775.

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

Color convert

RGB15911695-
CMYK00.270.400.38
HSL19.69º25.2%49.8%-
HSV(B)19.69º40.25%62.35%-
XYZ22.6120.6913.63-
YUV126.46110.25151.21-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 42.97%
GREEN value IS 116 (45.70% from 255) = 31.35%
BLUE value IS 95 (37.5% from 255) = 25.68%
R=42.97%
G=31.35%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591169500.270.400.3819.6925.249.8
Hex9F745F01B2826141932
Octal2371641370335046243162
Binary10011111111010010111110110111010001001101010011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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