#9E715B

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

Shades of Toast #9E715B

Tints of Toast #9E715B

Color information

#9E715B (or 0x9E715B) is unknown color: approx Toast. HEX triplet: 9E, 71 and 5B. RGB value is (158,113,91). Sum of RGB (Red+Green+Blue) = 158+113+91=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 113 (44.53% from 255 or 31.22% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 158 - color contains mainly: red. Hex color #9E715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E715B is #618EA4. Grayscale: #7C7C7C. Windows color (decimal): -6393509 or 5992862. OLE color: 5992862.

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

Color convert

RGB15811391-
CMYK00.280.420.38
HSL19.7º26.91%48.82%-
HSV(B)19.7º42.41%61.96%-
XYZ21.8919.8312.57-
YUV123.95109.41152.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.65%
GREEN value IS 113 (44.53% from 255) = 31.22%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=43.65%
G=31.22%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581139100.280.420.3819.726.9148.82
Hex9E715B01C2A26141b31
Octal2361611330345246243361
Binary10011110111000110110110111001010101001101010011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E715B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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