Shades of Toast #9E746A
Tints of Toast #9E746A
RGB
CMYK
RGB Variations
Color information
#9E746A (or 0x9E746A) is known color: 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
| RGB | 158 | 116 | 106 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.38 |
| HSL | 11.54º | 0.21% | 0.52% | - |
| HSV(B) | 11.54º | 0.33% | 0.62% | - |
| XYZ | 22.95 | 20.8 | 16.44 | - |
| YUV | 127.42 | 115.91 | 149.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 116 | 106 | 0 | 0.27 | 0.33 | 0.38 | 11.54 | 0.21 | 0.52 |
| Hex | 9E | 74 | 6A | 0 | 1B | 21 | 26 | C | 15 | 34 |
| Octal | 236 | 164 | 152 | 0 | 33 | 41 | 46 | 14 | 25 | 64 |
| Binary | 10011110 | 1110100 | 1101010 | 0 | 11011 | 100001 | 100110 | 1100 | 10101 | 110100 |
Color Harmonies of #9E746A
Complementary color
Monochromatic Colors of #9E746A
Black with #9E746A
Text Example
Text Example
White with #9E746A
Text Example
Text Example
HTML Codes & Css Web 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>