Shades of Toast #9B7563
Tints of Toast #9B7563
RGB
CMYK
RGB Variations
Color information
#9B7563 (or 0x9B7563) is known color: Toast. HEX triplet: 9B, 75 and 63. RGB value is (155,117,99). Sum of RGB (Red+Green+Blue) = 155+117+99=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7563 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7563 is #648A9C. Grayscale: #7E7E7E. Windows color (decimal): -6589085 or 6518171. OLE color: 6518171.
HSL color Cylindrical-coordinate representation of color #9B7563: hue angle of 19.29º 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 #9B7563 is Cyan = 0, Magento = 0.25, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 117 | 99 | - |
| CMYK | 0 | 0.25 | 0.36 | 0.39 |
| HSL | 19.29º | 0.22% | 0.5% | - |
| HSV(B) | 19.29º | 0.36% | 0.61% | - |
| XYZ | 22.13 | 20.59 | 14.61 | - |
| YUV | 126.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 117 | 99 | 0 | 0.25 | 0.36 | 0.39 | 19.29 | 0.22 | 0.5 |
| Hex | 9B | 75 | 63 | 0 | 19 | 24 | 27 | 13 | 16 | 32 |
| Octal | 233 | 165 | 143 | 0 | 31 | 44 | 47 | 23 | 26 | 62 |
| Binary | 10011011 | 1110101 | 1100011 | 0 | 11001 | 100100 | 100111 | 10011 | 10110 | 110010 |
Color Harmonies of #9B7563
Complementary color
Monochromatic Colors of #9B7563
Black with #9B7563
Text Example
Text Example
White with #9B7563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7563; }
p { color: rgb(155,117,99); }
H1.HeaderClassName
{
color: #9B7563;
}
.AnyTagClassName
{
color: #9B7563;
}
</style>
background-color css
<style>
a { background-color: #9B7563; }
a { background-color: rgb(155,117,99); }
div.DivClassName
{
background-color: #9B7563;
}
.BgClassName
{
background-color: #9B7563;
}
</style>
border-color css
<style>
span { border-color: #9B7563; }
span { border-color: rgb(155,117,99); }
td.TdClassName
{
border-color: #9B7563;
}
.TagClassName
{
border-color: #9B7563;
}
</style>