Shades of Toast #9B7365
Tints of Toast #9B7365
RGB
CMYK
RGB Variations
Color information
#9B7365 (or 0x9B7365) is known color: Toast. HEX triplet: 9B, 73 and 65. RGB value is (155,115,101). Sum of RGB (Red+Green+Blue) = 155+115+101=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 115 (45.31% from 255 or 31.00% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7365 is #648C9A. Grayscale: #7D7D7D. Windows color (decimal): -6589595 or 6648731. OLE color: 6648731.
HSL color Cylindrical-coordinate representation of color #9B7365: hue angle of 15.56º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B7365 is Cyan = 0, Magento = 0.26, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 115 | 101 | - |
| CMYK | 0 | 0.26 | 0.35 | 0.39 |
| HSL | 15.56º | 0.21% | 0.5% | - |
| HSV(B) | 15.56º | 0.35% | 0.61% | - |
| XYZ | 22 | 20.17 | 15.05 | - |
| YUV | 125.36 | 114.25 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 115 | 101 | 0 | 0.26 | 0.35 | 0.39 | 15.56 | 0.21 | 0.5 |
| Hex | 9B | 73 | 65 | 0 | 1A | 23 | 27 | 10 | 15 | 32 |
| Octal | 233 | 163 | 145 | 0 | 32 | 43 | 47 | 20 | 25 | 62 |
| Binary | 10011011 | 1110011 | 1100101 | 0 | 11010 | 100011 | 100111 | 10000 | 10101 | 110010 |
Color Harmonies of #9B7365
Complementary color
Monochromatic Colors of #9B7365
Black with #9B7365
Text Example
Text Example
White with #9B7365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7365; }
p { color: rgb(155,115,101); }
H1.HeaderClassName
{
color: #9B7365;
}
.AnyTagClassName
{
color: #9B7365;
}
</style>
background-color css
<style>
a { background-color: #9B7365; }
a { background-color: rgb(155,115,101); }
div.DivClassName
{
background-color: #9B7365;
}
.BgClassName
{
background-color: #9B7365;
}
</style>
border-color css
<style>
span { border-color: #9B7365; }
span { border-color: rgb(155,115,101); }
td.TdClassName
{
border-color: #9B7365;
}
.TagClassName
{
border-color: #9B7365;
}
</style>