Shades of Toast #9A7365
Tints of Toast #9A7365
RGB
CMYK
RGB Variations
Color information
#9A7365 (or 0x9A7365) is known color: Toast. HEX triplet: 9A, 73 and 65. RGB value is (154,115,101). Sum of RGB (Red+Green+Blue) = 154+115+101=370 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.62% from 370); Green value is 115 (45.31% from 255 or 31.08% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A7365 is #658C9A. Grayscale: #7D7D7D. Windows color (decimal): -6655131 or 6648730. OLE color: 6648730.
HSL color Cylindrical-coordinate representation of color #9A7365: hue angle of 15.85º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A7365 is Cyan = 0, Magento = 0.25, Yellow = 0.34 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 115 | 101 | - |
| CMYK | 0 | 0.25 | 0.34 | 0.40 |
| HSL | 15.85º | 0.21% | 0.5% | - |
| HSV(B) | 15.85º | 0.34% | 0.6% | - |
| XYZ | 21.81 | 20.07 | 15.04 | - |
| YUV | 125.07 | 114.42 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 115 | 101 | 0 | 0.25 | 0.34 | 0.40 | 15.85 | 0.21 | 0.5 |
| Hex | 9A | 73 | 65 | 0 | 19 | 22 | 28 | 10 | 15 | 32 |
| Octal | 232 | 163 | 145 | 0 | 31 | 42 | 50 | 20 | 25 | 62 |
| Binary | 10011010 | 1110011 | 1100101 | 0 | 11001 | 100010 | 101000 | 10000 | 10101 | 110010 |
Color Harmonies of #9A7365
Complementary color
Monochromatic Colors of #9A7365
Black with #9A7365
Text Example
Text Example
White with #9A7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A7365; }
p { color: rgb(154,115,101); }
H1.HeaderClassName
{
color: #9A7365;
}
.AnyTagClassName
{
color: #9A7365;
}
</style>
background-color css
<style>
a { background-color: #9A7365; }
a { background-color: rgb(154,115,101); }
div.DivClassName
{
background-color: #9A7365;
}
.BgClassName
{
background-color: #9A7365;
}
</style>
border-color css
<style>
span { border-color: #9A7365; }
span { border-color: rgb(154,115,101); }
td.TdClassName
{
border-color: #9A7365;
}
.TagClassName
{
border-color: #9A7365;
}
</style>