Shades of Toast #9B705C
Tints of Toast #9B705C
RGB
CMYK
RGB Variations
Color information
#9B705C (or 0x9B705C) is known color: Toast. HEX triplet: 9B, 70 and 5C. RGB value is (155,112,92). Sum of RGB (Red+Green+Blue) = 155+112+92=359 (47% of max value = 765). Red value is 155 (60.94% from 255 or 43.18% from 359); Green value is 112 (44.14% from 255 or 31.20% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 155 - color contains mainly: red. Hex color #9B705C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B705C is #648FA3. Grayscale: #7A7A7A. Windows color (decimal): -6590372 or 6058139. OLE color: 6058139.
HSL color Cylindrical-coordinate representation of color #9B705C: hue angle of 19.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9B705C is Cyan = 0, Magento = 0.28, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 92 | - |
| CMYK | 0 | 0.28 | 0.41 | 0.39 |
| HSL | 19.05º | 0.26% | 0.48% | - |
| HSV(B) | 19.05º | 0.41% | 0.61% | - |
| XYZ | 21.24 | 19.33 | 12.74 | - |
| YUV | 122.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 92 | 0 | 0.28 | 0.41 | 0.39 | 19.05 | 0.26 | 0.48 |
| Hex | 9B | 70 | 5C | 0 | 1C | 29 | 27 | 13 | 1A | 30 |
| Octal | 233 | 160 | 134 | 0 | 34 | 51 | 47 | 23 | 32 | 60 |
| Binary | 10011011 | 1110000 | 1011100 | 0 | 11100 | 101001 | 100111 | 10011 | 11010 | 110000 |
Color Harmonies of #9B705C
Complementary color
Monochromatic Colors of #9B705C
Black with #9B705C
Text Example
Text Example
White with #9B705C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B705C; }
p { color: rgb(155,112,92); }
H1.HeaderClassName
{
color: #9B705C;
}
.AnyTagClassName
{
color: #9B705C;
}
</style>
background-color css
<style>
a { background-color: #9B705C; }
a { background-color: rgb(155,112,92); }
div.DivClassName
{
background-color: #9B705C;
}
.BgClassName
{
background-color: #9B705C;
}
</style>
border-color css
<style>
span { border-color: #9B705C; }
span { border-color: rgb(155,112,92); }
td.TdClassName
{
border-color: #9B705C;
}
.TagClassName
{
border-color: #9B705C;
}
</style>