Shades of Toast #996C5A
Tints of Toast #996C5A
RGB
CMYK
RGB Variations
Color information
#996C5A (or 0x996C5A) is known color: Toast. HEX triplet: 99, 6C and 5A. RGB value is (153,108,90). Sum of RGB (Red+Green+Blue) = 153+108+90=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #996C5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996C5A is #6693A5. Grayscale: #777777. Windows color (decimal): -6722470 or 5926041. OLE color: 5926041.
HSL color Cylindrical-coordinate representation of color #996C5A: hue angle of 17.14º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #996C5A is Cyan = 0, Magento = 0.29, Yellow = 0.41 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 108 | 90 | - |
| CMYK | 0 | 0.29 | 0.41 | 0.4 |
| HSL | 17.14º | 0.26% | 0.48% | - |
| HSV(B) | 17.14º | 0.41% | 0.6% | - |
| XYZ | 20.34 | 18.24 | 12.12 | - |
| YUV | 119.4 | 111.41 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 108 | 90 | 0 | 0.29 | 0.41 | 0.4 | 17.14 | 0.26 | 0.48 |
| Hex | 99 | 6C | 5A | 0 | 1D | 29 | 28 | 11 | 1A | 30 |
| Octal | 231 | 154 | 132 | 0 | 35 | 51 | 50 | 21 | 32 | 60 |
| Binary | 10011001 | 1101100 | 1011010 | 0 | 11101 | 101001 | 101000 | 10001 | 11010 | 110000 |
Color Harmonies of #996C5A
Complementary color
Monochromatic Colors of #996C5A
Black with #996C5A
Text Example
Text Example
White with #996C5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #996C5A; }
p { color: rgb(153,108,90); }
H1.HeaderClassName
{
color: #996C5A;
}
.AnyTagClassName
{
color: #996C5A;
}
</style>
background-color css
<style>
a { background-color: #996C5A; }
a { background-color: rgb(153,108,90); }
div.DivClassName
{
background-color: #996C5A;
}
.BgClassName
{
background-color: #996C5A;
}
</style>
border-color css
<style>
span { border-color: #996C5A; }
span { border-color: rgb(153,108,90); }
td.TdClassName
{
border-color: #996C5A;
}
.TagClassName
{
border-color: #996C5A;
}
</style>