Shades of Toast #9B6F63
Tints of Toast #9B6F63
RGB
CMYK
RGB Variations
Color information
#9B6F63 (or 0x9B6F63) is known color: Toast. HEX triplet: 9B, 6F and 63. RGB value is (155,111,99). Sum of RGB (Red+Green+Blue) = 155+111+99=365 (48% of max value = 765). Red value is 155 (60.94% from 255 or 42.47% from 365); Green value is 111 (43.75% from 255 or 30.41% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B6F63 is #64909C. Grayscale: #7A7A7A. Windows color (decimal): -6590621 or 6516635. OLE color: 6516635.
HSL color Cylindrical-coordinate representation of color #9B6F63: hue angle of 12.86º 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 #9B6F63 is Cyan = 0, Magento = 0.28, Yellow = 0.36 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 111 | 99 | - |
| CMYK | 0 | 0.28 | 0.36 | 0.39 |
| HSL | 12.86º | 0.22% | 0.5% | - |
| HSV(B) | 12.86º | 0.36% | 0.61% | - |
| XYZ | 21.45 | 19.24 | 14.39 | - |
| YUV | 122.79 | 114.58 | 150.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 111 | 99 | 0 | 0.28 | 0.36 | 0.39 | 12.86 | 0.22 | 0.5 |
| Hex | 9B | 6F | 63 | 0 | 1C | 24 | 27 | D | 16 | 32 |
| Octal | 233 | 157 | 143 | 0 | 34 | 44 | 47 | 15 | 26 | 62 |
| Binary | 10011011 | 1101111 | 1100011 | 0 | 11100 | 100100 | 100111 | 1101 | 10110 | 110010 |
Color Harmonies of #9B6F63
Complementary color
Monochromatic Colors of #9B6F63
Black with #9B6F63
Text Example
Text Example
White with #9B6F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6F63; }
p { color: rgb(155,111,99); }
H1.HeaderClassName
{
color: #9B6F63;
}
.AnyTagClassName
{
color: #9B6F63;
}
</style>
background-color css
<style>
a { background-color: #9B6F63; }
a { background-color: rgb(155,111,99); }
div.DivClassName
{
background-color: #9B6F63;
}
.BgClassName
{
background-color: #9B6F63;
}
</style>
border-color css
<style>
span { border-color: #9B6F63; }
span { border-color: rgb(155,111,99); }
td.TdClassName
{
border-color: #9B6F63;
}
.TagClassName
{
border-color: #9B6F63;
}
</style>