#9E7064

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

Shades of Toast #9E7064

Tints of Toast #9E7064

Color information

#9E7064 (or 0x9E7064) is unknown color: approx Toast. HEX triplet: 9E, 70 and 64. RGB value is (158,112,100). Sum of RGB (Red+Green+Blue) = 158+112+100=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 100 (39.45% from 255 or 27.03% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E7064 is #618F9B. Grayscale: #7C7C7C. Windows color (decimal): -6393756 or 6582430. OLE color: 6582430.

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

Color convert

RGB158112100-
CMYK00.290.370.38
HSL12.41º23.02%50.59%-
HSV(B)12.41º36.71%61.96%-
XYZ22.1919.7814.7-
YUV124.39114.24151.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.70%
GREEN value IS 112 (44.14% from 255) = 30.27%
BLUE value IS 100 (39.45% from 255) = 27.03%
R=42.70%
G=30.27%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.37
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811210000.290.370.3812.4123.0250.59
Hex9E706401D2526c1733
Octal2361601440354546142763
Binary1001111011100001100100011101100101100110110010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E7064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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