Shades of Toast #9B746A
Tints of Toast #9B746A
RGB
CMYK
RGB Variations
Color information
#9B746A (or 0x9B746A) is known color: Toast. HEX triplet: 9B, 74 and 6A. RGB value is (155,116,106). Sum of RGB (Red+Green+Blue) = 155+116+106=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 106 (41.80% from 255 or 28.12% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B746A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B746A is #648B95. Grayscale: #7E7E7E. Windows color (decimal): -6589334 or 6976667. OLE color: 6976667.
HSL color Cylindrical-coordinate representation of color #9B746A: hue angle of 12.24º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B746A is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 106 | - |
| CMYK | 0 | 0.25 | 0.32 | 0.39 |
| HSL | 12.24º | 0.2% | 0.51% | - |
| HSV(B) | 12.24º | 0.32% | 0.61% | - |
| XYZ | 22.36 | 20.5 | 16.41 | - |
| YUV | 126.52 | 116.42 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 106 | 0 | 0.25 | 0.32 | 0.39 | 12.24 | 0.2 | 0.51 |
| Hex | 9B | 74 | 6A | 0 | 19 | 20 | 27 | C | 14 | 33 |
| Octal | 233 | 164 | 152 | 0 | 31 | 40 | 47 | 14 | 24 | 63 |
| Binary | 10011011 | 1110100 | 1101010 | 0 | 11001 | 100000 | 100111 | 1100 | 10100 | 110011 |
Color Harmonies of #9B746A
Complementary color
Monochromatic Colors of #9B746A
Black with #9B746A
Text Example
Text Example
White with #9B746A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B746A; }
p { color: rgb(155,116,106); }
H1.HeaderClassName
{
color: #9B746A;
}
.AnyTagClassName
{
color: #9B746A;
}
</style>
background-color css
<style>
a { background-color: #9B746A; }
a { background-color: rgb(155,116,106); }
div.DivClassName
{
background-color: #9B746A;
}
.BgClassName
{
background-color: #9B746A;
}
</style>
border-color css
<style>
span { border-color: #9B746A; }
span { border-color: rgb(155,116,106); }
td.TdClassName
{
border-color: #9B746A;
}
.TagClassName
{
border-color: #9B746A;
}
</style>