#9E755B

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

Shades of Toast #9E755B

Tints of Toast #9E755B

Color information

#9E755B (or 0x9E755B) is unknown color: approx Toast. HEX triplet: 9E, 75 and 5B. RGB value is (158,117,91). Sum of RGB (Red+Green+Blue) = 158+117+91=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 91 (35.94% from 255 or 24.86% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E755B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E755B is #618AA4. Grayscale: #7E7E7E. Windows color (decimal): -6392485 or 5993886. OLE color: 5993886.

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

Color convert

RGB15811791-
CMYK00.260.420.38
HSL23.28º26.91%48.82%-
HSV(B)23.28º42.41%61.96%-
XYZ22.3520.7512.72-
YUV126.29108.08150.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.17%
GREEN value IS 117 (46.09% from 255) = 31.97%
BLUE value IS 91 (35.94% from 255) = 24.86%
R=43.17%
G=31.97%
B=24.86%

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
Decimal1581179100.260.420.3823.2826.9148.82
Hex9E755B01A2A26171b31
Octal2361651330325246273361
Binary10011110111010110110110110101010101001101011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E755B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,117,91); }

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

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

 a { background-color: rgb(158,117,91); }

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

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

 span { border-color: rgb(158,117,91); }

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