Shades of Rock #564A3F
Tints of Rock #564A3F
RGB
CMYK
RGB Variations
Color information
#564A3F (or 0x564A3F) is known color: Rock. HEX triplet: 56, 4A and 3F. RGB value is (86,74,63). Sum of RGB (Red+Green+Blue) = 86+74+63=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A3F is #A9B5C0. Grayscale: #4C4C4C. Windows color (decimal): -11122113 or 4147798. OLE color: 4147798.
HSL color Cylindrical-coordinate representation of color #564A3F: hue angle of 28.7º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #564A3F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 74 | 63 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.66 |
| HSL | 28.7º | 0.15% | 0.29% | - |
| HSV(B) | 28.7º | 0.27% | 0.34% | - |
| XYZ | 7.18 | 7.23 | 5.72 | - |
| YUV | 76.33 | 120.48 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 74 | 63 | 0 | 0.14 | 0.27 | 0.66 | 28.7 | 0.15 | 0.29 |
| Hex | 56 | 4A | 3F | 0 | E | 1B | 42 | 1D | F | 1D |
| Octal | 126 | 112 | 77 | 0 | 16 | 33 | 102 | 35 | 17 | 35 |
| Binary | 1010110 | 1001010 | 111111 | 0 | 1110 | 11011 | 1000010 | 11101 | 1111 | 11101 |
Color Harmonies of #564A3F
Complementary color
Monochromatic Colors of #564A3F
Black with #564A3F
Text Example
Text Example
White with #564A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564A3F; }
p { color: rgb(86,74,63); }
H1.HeaderClassName
{
color: #564A3F;
}
.AnyTagClassName
{
color: #564A3F;
}
</style>
background-color css
<style>
a { background-color: #564A3F; }
a { background-color: rgb(86,74,63); }
div.DivClassName
{
background-color: #564A3F;
}
.BgClassName
{
background-color: #564A3F;
}
</style>
border-color css
<style>
span { border-color: #564A3F; }
span { border-color: rgb(86,74,63); }
td.TdClassName
{
border-color: #564A3F;
}
.TagClassName
{
border-color: #564A3F;
}
</style>