#9F745E

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

Shades of Toast #9F745E

Tints of Toast #9F745E

Color information

#9F745E (or 0x9F745E) is unknown color: approx Toast. HEX triplet: 9F, 74 and 5E. RGB value is (159,116,94). Sum of RGB (Red+Green+Blue) = 159+116+94=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 94 (37.11% from 255 or 25.47% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F745E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F745E is #608BA1. Grayscale: #7E7E7E. Windows color (decimal): -6327202 or 6190239. OLE color: 6190239.

HSL color Cylindrical-coordinate representation of color #9F745E: hue angle of 20.31º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F745E is Cyan = 0, Magento = 0.27, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB15911694-
CMYK00.270.410.38
HSL20.31º25.69%49.61%-
HSV(B)20.31º40.88%62.35%-
XYZ22.5620.6713.39-
YUV126.35109.75151.29-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 116 (45.70% from 255) = 31.44%
BLUE value IS 94 (37.11% from 255) = 25.47%
R=43.09%
G=31.44%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591169400.270.410.3820.3125.6949.61
Hex9F745E01B2926141a32
Octal2371641360335146243262
Binary10011111111010010111100110111010011001101010011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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