Shades of Toast #977367
Tints of Toast #977367
RGB
CMYK
RGB Variations
Color information
#977367 (or 0x977367) is known color: Toast. HEX triplet: 97, 73 and 67. RGB value is (151,115,103). Sum of RGB (Red+Green+Blue) = 151+115+103=369 (48% of max value = 765). Red value is 151 (59.38% from 255 or 40.92% from 369); Green value is 115 (45.31% from 255 or 31.17% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 151 - color contains mainly: red. Hex color #977367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977367 is #688C98. Grayscale: #7C7C7C. Windows color (decimal): -6851737 or 6779799. OLE color: 6779799.
HSL color Cylindrical-coordinate representation of color #977367: hue angle of 15º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #977367 is Cyan = 0, Magento = 0.24, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 115 | 103 | - |
| CMYK | 0 | 0.24 | 0.32 | 0.41 |
| HSL | 15º | 0.19% | 0.5% | - |
| HSV(B) | 15º | 0.32% | 0.59% | - |
| XYZ | 21.34 | 19.82 | 15.53 | - |
| YUV | 124.4 | 115.93 | 146.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 115 | 103 | 0 | 0.24 | 0.32 | 0.41 | 15 | 0.19 | 0.5 |
| Hex | 97 | 73 | 67 | 0 | 18 | 20 | 29 | F | 13 | 32 |
| Octal | 227 | 163 | 147 | 0 | 30 | 40 | 51 | 17 | 23 | 62 |
| Binary | 10010111 | 1110011 | 1100111 | 0 | 11000 | 100000 | 101001 | 1111 | 10011 | 110010 |
Color Harmonies of #977367
Complementary color
Monochromatic Colors of #977367
Black with #977367
Text Example
Text Example
White with #977367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977367; }
p { color: rgb(151,115,103); }
H1.HeaderClassName
{
color: #977367;
}
.AnyTagClassName
{
color: #977367;
}
</style>
background-color css
<style>
a { background-color: #977367; }
a { background-color: rgb(151,115,103); }
div.DivClassName
{
background-color: #977367;
}
.BgClassName
{
background-color: #977367;
}
</style>
border-color css
<style>
span { border-color: #977367; }
span { border-color: rgb(151,115,103); }
td.TdClassName
{
border-color: #977367;
}
.TagClassName
{
border-color: #977367;
}
</style>