Shades of Toast #9B705D
Tints of Toast #9B705D
RGB
CMYK
RGB Variations
Color information
#9B705D (or 0x9B705D) is known color: Toast. HEX triplet: 9B, 70 and 5D. RGB value is (155,112,93). Sum of RGB (Red+Green+Blue) = 155+112+93=360 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.06% from 360); Green value is 112 (44.14% from 255 or 31.11% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 155 - color contains mainly: red. Hex color #9B705D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B705D is #648FA2. Grayscale: #7A7A7A. Windows color (decimal): -6590371 or 6123675. OLE color: 6123675.
HSL color Cylindrical-coordinate representation of color #9B705D: hue angle of 18.39º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9B705D is Cyan = 0, Magento = 0.28, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 93 | - |
| CMYK | 0 | 0.28 | 0.4 | 0.39 |
| HSL | 18.39º | 0.25% | 0.49% | - |
| HSV(B) | 18.39º | 0.4% | 0.61% | - |
| XYZ | 21.29 | 19.35 | 12.97 | - |
| YUV | 122.69 | 111.25 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 93 | 0 | 0.28 | 0.4 | 0.39 | 18.39 | 0.25 | 0.49 |
| Hex | 9B | 70 | 5D | 0 | 1C | 28 | 27 | 12 | 19 | 31 |
| Octal | 233 | 160 | 135 | 0 | 34 | 50 | 47 | 22 | 31 | 61 |
| Binary | 10011011 | 1110000 | 1011101 | 0 | 11100 | 101000 | 100111 | 10010 | 11001 | 110001 |
Color Harmonies of #9B705D
Complementary color
Monochromatic Colors of #9B705D
Black with #9B705D
Text Example
Text Example
White with #9B705D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B705D; }
p { color: rgb(155,112,93); }
H1.HeaderClassName
{
color: #9B705D;
}
.AnyTagClassName
{
color: #9B705D;
}
</style>
background-color css
<style>
a { background-color: #9B705D; }
a { background-color: rgb(155,112,93); }
div.DivClassName
{
background-color: #9B705D;
}
.BgClassName
{
background-color: #9B705D;
}
</style>
border-color css
<style>
span { border-color: #9B705D; }
span { border-color: rgb(155,112,93); }
td.TdClassName
{
border-color: #9B705D;
}
.TagClassName
{
border-color: #9B705D;
}
</style>