#9f705f

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

Shades of Toast #9F705F

Tints of Toast #9F705F

Color information

#9F705F (or 0x9F705F) is unknown color: approx Toast. HEX triplet: 9F, 70 and 5F. RGB value is (159,112,95). Sum of RGB (Red+Green+Blue) = 159+112+95=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F705F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F705F is #608FA0. Grayscale: #7C7C7C. Windows color (decimal): -6328225 or 6254751. OLE color: 6254751.

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

Color convert

RGB15911295-
CMYK00.300.400.38
HSL15.94º25.2%49.8%-
HSV(B)15.94º40.25%62.35%-
XYZ22.1619.7913.48-
YUV124.12111.57152.88-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.44%
GREEN value IS 112 (44.14% from 255) = 30.60%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=43.44%
G=30.60%
B=25.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591129500.300.400.3815.9425.249.8
Hex9F705F01E2826101932
Octal2371601370365046203162
Binary10011111111000010111110111101010001001101000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f705f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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