Shades of Matterhorn #564949
Tints of Matterhorn #564949
RGB
CMYK
RGB Variations
Color information
#564949 (or 0x564949) is known color: Matterhorn. HEX triplet: 56, 49 and 49. RGB value is (86,73,73). Sum of RGB (Red+Green+Blue) = 86+73+73=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 73 (28.91% from 255 or 31.47% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564949 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564949 is #A9B6B6. Grayscale: #4C4C4C. Windows color (decimal): -11122359 or 4802902. OLE color: 4802902.
HSL color Cylindrical-coordinate representation of color #564949: hue angle of 0º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #564949 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 73 | 73 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.66 |
| HSL | 0º | 0.08% | 0.31% | - |
| HSV(B) | 0º | 0.15% | 0.34% | - |
| XYZ | 7.42 | 7.22 | 7.31 | - |
| YUV | 76.89 | 125.81 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 73 | 73 | 0 | 0.15 | 0.15 | 0.66 | 0 | 0.08 | 0.31 |
| Hex | 56 | 49 | 49 | 0 | F | F | 42 | 0 | 8 | 1F |
| Octal | 126 | 111 | 111 | 0 | 17 | 17 | 102 | 0 | 10 | 37 |
| Binary | 1010110 | 1001001 | 1001001 | 0 | 1111 | 1111 | 1000010 | 0 | 1000 | 11111 |
Color Harmonies of #564949
Complementary color
Monochromatic Colors of #564949
Black with #564949
Text Example
Text Example
White with #564949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564949; }
p { color: rgb(86,73,73); }
H1.HeaderClassName
{
color: #564949;
}
.AnyTagClassName
{
color: #564949;
}
</style>
background-color css
<style>
a { background-color: #564949; }
a { background-color: rgb(86,73,73); }
div.DivClassName
{
background-color: #564949;
}
.BgClassName
{
background-color: #564949;
}
</style>
border-color css
<style>
span { border-color: #564949; }
span { border-color: rgb(86,73,73); }
td.TdClassName
{
border-color: #564949;
}
.TagClassName
{
border-color: #564949;
}
</style>