Shades of Toast #967367
Tints of Toast #967367
RGB
CMYK
RGB Variations
Color information
#967367 (or 0x967367) is known color: Toast. HEX triplet: 96, 73 and 67. RGB value is (150,115,103). Sum of RGB (Red+Green+Blue) = 150+115+103=368 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.76% from 368); Green value is 115 (45.31% from 255 or 31.25% from 368); Blue value is 103 (40.62% from 255 or 27.99% from 368); Max value from RGB is 150 - color contains mainly: red. Hex color #967367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967367 is #698C98. Grayscale: #7C7C7C. Windows color (decimal): -6917273 or 6779798. OLE color: 6779798.
HSL color Cylindrical-coordinate representation of color #967367: hue angle of 15.32º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967367 is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 103 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.41 |
| HSL | 15.32º | 0.19% | 0.5% | - |
| HSV(B) | 15.32º | 0.31% | 0.59% | - |
| XYZ | 21.16 | 19.72 | 15.52 | - |
| YUV | 124.1 | 116.1 | 146.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 103 | 0 | 0.23 | 0.31 | 0.41 | 15.32 | 0.19 | 0.5 |
| Hex | 96 | 73 | 67 | 0 | 17 | 1F | 29 | F | 13 | 32 |
| Octal | 226 | 163 | 147 | 0 | 27 | 37 | 51 | 17 | 23 | 62 |
| Binary | 10010110 | 1110011 | 1100111 | 0 | 10111 | 11111 | 101001 | 1111 | 10011 | 110010 |
Color Harmonies of #967367
Complementary color
Monochromatic Colors of #967367
Black with #967367
Text Example
Text Example
White with #967367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967367; }
p { color: rgb(150,115,103); }
H1.HeaderClassName
{
color: #967367;
}
.AnyTagClassName
{
color: #967367;
}
</style>
background-color css
<style>
a { background-color: #967367; }
a { background-color: rgb(150,115,103); }
div.DivClassName
{
background-color: #967367;
}
.BgClassName
{
background-color: #967367;
}
</style>
border-color css
<style>
span { border-color: #967367; }
span { border-color: rgb(150,115,103); }
td.TdClassName
{
border-color: #967367;
}
.TagClassName
{
border-color: #967367;
}
</style>