Shades of Toast #997566
Tints of Toast #997566
RGB
CMYK
RGB Variations
Color information
#997566 (or 0x997566) is known color: Toast. HEX triplet: 99, 75 and 66. RGB value is (153,117,102). Sum of RGB (Red+Green+Blue) = 153+117+102=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 153 - color contains mainly: red. Hex color #997566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #997566 is #668A99. Grayscale: #7E7E7E. Windows color (decimal): -6720154 or 6714777. OLE color: 6714777.
HSL color Cylindrical-coordinate representation of color #997566: hue angle of 17.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #997566 is Cyan = 0, Magento = 0.24, Yellow = 0.33 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 117 | 102 | - |
| CMYK | 0 | 0.24 | 0.33 | 0.4 |
| HSL | 17.65º | 0.2% | 0.5% | - |
| HSV(B) | 17.65º | 0.33% | 0.6% | - |
| XYZ | 21.9 | 20.45 | 15.36 | - |
| YUV | 126.05 | 114.43 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 117 | 102 | 0 | 0.24 | 0.33 | 0.4 | 17.65 | 0.2 | 0.5 |
| Hex | 99 | 75 | 66 | 0 | 18 | 21 | 28 | 12 | 14 | 32 |
| Octal | 231 | 165 | 146 | 0 | 30 | 41 | 50 | 22 | 24 | 62 |
| Binary | 10011001 | 1110101 | 1100110 | 0 | 11000 | 100001 | 101000 | 10010 | 10100 | 110010 |
Color Harmonies of #997566
Complementary color
Monochromatic Colors of #997566
Black with #997566
Text Example
Text Example
White with #997566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #997566; }
p { color: rgb(153,117,102); }
H1.HeaderClassName
{
color: #997566;
}
.AnyTagClassName
{
color: #997566;
}
</style>
background-color css
<style>
a { background-color: #997566; }
a { background-color: rgb(153,117,102); }
div.DivClassName
{
background-color: #997566;
}
.BgClassName
{
background-color: #997566;
}
</style>
border-color css
<style>
span { border-color: #997566; }
span { border-color: rgb(153,117,102); }
td.TdClassName
{
border-color: #997566;
}
.TagClassName
{
border-color: #997566;
}
</style>