Shades of Toast #9E725B
Tints of Toast #9E725B
RGB
CMYK
RGB Variations
Color information
#9E725B (or 0x9E725B) is known color: Toast. HEX triplet: 9E, 72 and 5B. RGB value is (158,114,91). Sum of RGB (Red+Green+Blue) = 158+114+91=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E725B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E725B is #618DA4. Grayscale: #7C7C7C. Windows color (decimal): -6393253 or 5993118. OLE color: 5993118.
HSL color Cylindrical-coordinate representation of color #9E725B: hue angle of 20.6º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E725B is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 114 | 91 | - |
| CMYK | 0 | 0.28 | 0.42 | 0.38 |
| HSL | 20.6º | 0.27% | 0.49% | - |
| HSV(B) | 20.6º | 0.42% | 0.62% | - |
| XYZ | 22.01 | 20.06 | 12.61 | - |
| YUV | 124.53 | 109.08 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 114 | 91 | 0 | 0.28 | 0.42 | 0.38 | 20.6 | 0.27 | 0.49 |
| Hex | 9E | 72 | 5B | 0 | 1C | 2A | 26 | 15 | 1B | 31 |
| Octal | 236 | 162 | 133 | 0 | 34 | 52 | 46 | 25 | 33 | 61 |
| Binary | 10011110 | 1110010 | 1011011 | 0 | 11100 | 101010 | 100110 | 10101 | 11011 | 110001 |
Color Harmonies of #9E725B
Complementary color
Monochromatic Colors of #9E725B
Black with #9E725B
Text Example
Text Example
White with #9E725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E725B; }
p { color: rgb(158,114,91); }
H1.HeaderClassName
{
color: #9E725B;
}
.AnyTagClassName
{
color: #9E725B;
}
</style>
background-color css
<style>
a { background-color: #9E725B; }
a { background-color: rgb(158,114,91); }
div.DivClassName
{
background-color: #9E725B;
}
.BgClassName
{
background-color: #9E725B;
}
</style>
border-color css
<style>
span { border-color: #9E725B; }
span { border-color: rgb(158,114,91); }
td.TdClassName
{
border-color: #9E725B;
}
.TagClassName
{
border-color: #9E725B;
}
</style>