#9F755D

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

Shades of Toast #9F755D

Tints of Toast #9F755D

Color information

#9F755D (or 0x9F755D) is unknown color: approx Toast. HEX triplet: 9F, 75 and 5D. RGB value is (159,117,93). Sum of RGB (Red+Green+Blue) = 159+117+93=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 117 (46.09% from 255 or 31.71% from 369); Blue value is 93 (36.72% from 255 or 25.20% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F755D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F755D is #608AA2. Grayscale: #7E7E7E. Windows color (decimal): -6326947 or 6124959. OLE color: 6124959.

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

Color convert

RGB15911793-
CMYK00.260.420.38
HSL21.82º26.19%49.41%-
HSV(B)21.82º41.51%62.35%-
XYZ22.6420.8813.19-
YUV126.82108.91150.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.09%
GREEN value IS 117 (46.09% from 255) = 31.71%
BLUE value IS 93 (36.72% from 255) = 25.20%
R=43.09%
G=31.71%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591179300.260.420.3821.8226.1949.41
Hex9F755D01A2A26161a31
Octal2371651350325246263261
Binary10011111111010110111010110101010101001101011011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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