Shades of Matterhorn #564C4B
Tints of Matterhorn #564C4B
RGB
CMYK
RGB Variations
Color information
#564C4B (or 0x564C4B) is known color: Matterhorn. HEX triplet: 56, 4C and 4B. RGB value is (86,76,75). Sum of RGB (Red+Green+Blue) = 86+76+75=237 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.29% from 237); Green value is 76 (30.08% from 255 or 32.07% from 237); Blue value is 75 (29.69% from 255 or 31.65% from 237); Max value from RGB is 86 - color contains mainly: red. Hex color #564C4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C4B is #A9B3B4. Grayscale: #4E4E4E. Windows color (decimal): -11121589 or 4934742. OLE color: 4934742.
HSL color Cylindrical-coordinate representation of color #564C4B: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #564C4B is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 76 | 75 | - |
| CMYK | 0 | 0.12 | 0.13 | 0.66 |
| HSL | 5.45º | 0.07% | 0.32% | - |
| HSV(B) | 5.45º | 0.13% | 0.34% | - |
| XYZ | 7.69 | 7.66 | 7.73 | - |
| YUV | 78.88 | 125.81 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 76 | 75 | 0 | 0.12 | 0.13 | 0.66 | 5.45 | 0.07 | 0.32 |
| Hex | 56 | 4C | 4B | 0 | C | D | 42 | 5 | 7 | 20 |
| Octal | 126 | 114 | 113 | 0 | 14 | 15 | 102 | 5 | 7 | 40 |
| Binary | 1010110 | 1001100 | 1001011 | 0 | 1100 | 1101 | 1000010 | 101 | 111 | 100000 |
Color Harmonies of #564C4B
Complementary color
Monochromatic Colors of #564C4B
Black with #564C4B
Text Example
Text Example
White with #564C4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564C4B; }
p { color: rgb(86,76,75); }
H1.HeaderClassName
{
color: #564C4B;
}
.AnyTagClassName
{
color: #564C4B;
}
</style>
background-color css
<style>
a { background-color: #564C4B; }
a { background-color: rgb(86,76,75); }
div.DivClassName
{
background-color: #564C4B;
}
.BgClassName
{
background-color: #564C4B;
}
</style>
border-color css
<style>
span { border-color: #564C4B; }
span { border-color: rgb(86,76,75); }
td.TdClassName
{
border-color: #564C4B;
}
.TagClassName
{
border-color: #564C4B;
}
</style>