#9E7268

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

Shades of Toast #9E7268

Tints of Toast #9E7268

Color information

#9E7268 (or 0x9E7268) is unknown color: approx Toast. HEX triplet: 9E, 72 and 68. RGB value is (158,114,104). Sum of RGB (Red+Green+Blue) = 158+114+104=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7268 is #618D97. Grayscale: #7E7E7E. Windows color (decimal): -6393240 or 6845086. OLE color: 6845086.

HSL color Cylindrical-coordinate representation of color #9E7268: hue angle of 11.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9E7268 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.38.

Color convert

RGB158114104-
CMYK00.280.340.38
HSL11.11º21.77%51.37%-
HSV(B)11.11º34.18%61.96%-
XYZ22.6220.315.82-
YUV126.02115.58150.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.02%
GREEN value IS 114 (44.92% from 255) = 30.32%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=42.02%
G=30.32%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811410400.280.340.3811.1121.7751.37
Hex9E726801C2226b1633
Octal2361621500344246132663
Binary1001111011100101101000011100100010100110101110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,114,104); }

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

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

 a { background-color: rgb(158,114,104); }

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

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

 span { border-color: rgb(158,114,104); }

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