Shades of Toast #9B7863
Tints of Toast #9B7863
RGB
CMYK
RGB Variations
Color information
#9B7863 (or 0x9B7863) is known color: Toast. HEX triplet: 9B, 78 and 63. RGB value is (155,120,99). Sum of RGB (Red+Green+Blue) = 155+120+99=374 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.44% from 374); Green value is 120 (47.27% from 255 or 32.09% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B7863 is #64879C. Grayscale: #808080. Windows color (decimal): -6588317 or 6518939. OLE color: 6518939.
HSL color Cylindrical-coordinate representation of color #9B7863: hue angle of 22.5º 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 #9B7863 is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 120 | 99 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.39 |
| HSL | 22.5º | 0.22% | 0.5% | - |
| HSV(B) | 22.5º | 0.36% | 0.61% | - |
| XYZ | 22.49 | 21.3 | 14.73 | - |
| YUV | 128.07 | 111.6 | 147.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 120 | 99 | 0 | 0.23 | 0.36 | 0.39 | 22.5 | 0.22 | 0.5 |
| Hex | 9B | 78 | 63 | 0 | 17 | 24 | 27 | 16 | 16 | 32 |
| Octal | 233 | 170 | 143 | 0 | 27 | 44 | 47 | 26 | 26 | 62 |
| Binary | 10011011 | 1111000 | 1100011 | 0 | 10111 | 100100 | 100111 | 10110 | 10110 | 110010 |
Color Harmonies of #9B7863
Complementary color
Monochromatic Colors of #9B7863
Black with #9B7863
Text Example
Text Example
White with #9B7863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7863; }
p { color: rgb(155,120,99); }
H1.HeaderClassName
{
color: #9B7863;
}
.AnyTagClassName
{
color: #9B7863;
}
</style>
background-color css
<style>
a { background-color: #9B7863; }
a { background-color: rgb(155,120,99); }
div.DivClassName
{
background-color: #9B7863;
}
.BgClassName
{
background-color: #9B7863;
}
</style>
border-color css
<style>
span { border-color: #9B7863; }
span { border-color: rgb(155,120,99); }
td.TdClassName
{
border-color: #9B7863;
}
.TagClassName
{
border-color: #9B7863;
}
</style>