Shades of Toast #9B7263
Tints of Toast #9B7263
RGB
CMYK
RGB Variations
Color information
#9B7263 (or 0x9B7263) is known color: Toast. HEX triplet: 9B, 72 and 63. RGB value is (155,114,99). Sum of RGB (Red+Green+Blue) = 155+114+99=368 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.12% from 368); Green value is 114 (44.92% from 255 or 30.98% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7263 is #648D9C. Grayscale: #7C7C7C. Windows color (decimal): -6589853 or 6517403. OLE color: 6517403.
HSL color Cylindrical-coordinate representation of color #9B7263: hue angle of 16.07º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B7263 is Cyan = 0, Magento = 0.26, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 114 | 99 | - |
| CMYK | 0 | 0.26 | 0.36 | 0.39 |
| HSL | 16.07º | 0.22% | 0.5% | - |
| HSV(B) | 16.07º | 0.36% | 0.61% | - |
| XYZ | 21.79 | 19.9 | 14.5 | - |
| YUV | 124.55 | 113.58 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 114 | 99 | 0 | 0.26 | 0.36 | 0.39 | 16.07 | 0.22 | 0.5 |
| Hex | 9B | 72 | 63 | 0 | 1A | 24 | 27 | 10 | 16 | 32 |
| Octal | 233 | 162 | 143 | 0 | 32 | 44 | 47 | 20 | 26 | 62 |
| Binary | 10011011 | 1110010 | 1100011 | 0 | 11010 | 100100 | 100111 | 10000 | 10110 | 110010 |
Color Harmonies of #9B7263
Complementary color
Monochromatic Colors of #9B7263
Black with #9B7263
Text Example
Text Example
White with #9B7263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7263; }
p { color: rgb(155,114,99); }
H1.HeaderClassName
{
color: #9B7263;
}
.AnyTagClassName
{
color: #9B7263;
}
</style>
background-color css
<style>
a { background-color: #9B7263; }
a { background-color: rgb(155,114,99); }
div.DivClassName
{
background-color: #9B7263;
}
.BgClassName
{
background-color: #9B7263;
}
</style>
border-color css
<style>
span { border-color: #9B7263; }
span { border-color: rgb(155,114,99); }
td.TdClassName
{
border-color: #9B7263;
}
.TagClassName
{
border-color: #9B7263;
}
</style>