#9E7056

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

Shades of Toast #9E7056

Tints of Toast #9E7056

Color information

#9E7056 (or 0x9E7056) is unknown color: approx Toast. HEX triplet: 9E, 70 and 56. RGB value is (158,112,86). Sum of RGB (Red+Green+Blue) = 158+112+86=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 112 (44.14% from 255 or 31.46% from 356); Blue value is 86 (33.98% from 255 or 24.16% from 356); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7056 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7056 is #618FA9. Grayscale: #7A7A7A. Windows color (decimal): -6393770 or 5664926. OLE color: 5664926.

HSL color Cylindrical-coordinate representation of color #9E7056: hue angle of 21.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E7056 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB15811286-
CMYK00.290.460.38
HSL21.67º29.51%47.84%-
HSV(B)21.67º45.57%61.96%-
XYZ21.5719.5311.44-
YUV122.79107.24153.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 112 (44.14% from 255) = 31.46%
BLUE value IS 86 (33.98% from 255) = 24.16%
R=44.38%
G=31.46%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1581128600.290.460.3821.6729.5147.84
Hex9E705601D2E26161e30
Octal2361601260355646263660
Binary10011110111000010101100111011011101001101011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,112,86); }

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

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

 a { background-color: rgb(158,112,86); }

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

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

 span { border-color: rgb(158,112,86); }

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