#9E746A

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

Shades of Toast #9E746A

Tints of Toast #9E746A

Color information

#9E746A (or 0x9E746A) is unknown color: approx Toast. HEX triplet: 9E, 74 and 6A. RGB value is (158,116,106). Sum of RGB (Red+Green+Blue) = 158+116+106=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 106 (41.80% from 255 or 27.89% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E746A is #618B95. Grayscale: #7F7F7F. Windows color (decimal): -6392726 or 6976670. OLE color: 6976670.

HSL color Cylindrical-coordinate representation of color #9E746A: hue angle of 11.54º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9E746A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB158116106-
CMYK00.270.330.38
HSL11.54º21.14%51.76%-
HSV(B)11.54º32.91%61.96%-
XYZ22.9520.816.44-
YUV127.42115.91149.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 41.58%
GREEN value IS 116 (45.70% from 255) = 30.53%
BLUE value IS 106 (41.80% from 255) = 27.89%
R=41.58%
G=30.53%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15811610600.270.330.3811.5421.1451.76
Hex9E746A01B2126c1534
Octal2361641520334146142564
Binary1001111011101001101010011011100001100110110010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,106); }

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

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

 a { background-color: rgb(158,116,106); }

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

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

 span { border-color: rgb(158,116,106); }

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