Shades of Rock #64513F
Tints of Rock #64513F
RGB
CMYK
RGB Variations
Color information
#64513F (or 0x64513F) is known color: Rock. HEX triplet: 64, 51 and 3F. RGB value is (100,81,63). Sum of RGB (Red+Green+Blue) = 100+81+63=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 100 - color contains mainly: red. Hex color #64513F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64513F is #9BAEC0. Grayscale: #545454. Windows color (decimal): -10202817 or 4149604. OLE color: 4149604.
HSL color Cylindrical-coordinate representation of color #64513F: hue angle of 29.19º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #64513F is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 63 | - |
| CMYK | 0 | 0.19 | 0.37 | 0.61 |
| HSL | 29.19º | 0.23% | 0.32% | - |
| HSV(B) | 29.19º | 0.37% | 0.39% | - |
| XYZ | 9.1 | 8.95 | 5.95 | - |
| YUV | 84.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 63 | 0 | 0.19 | 0.37 | 0.61 | 29.19 | 0.23 | 0.32 |
| Hex | 64 | 51 | 3F | 0 | 13 | 25 | 3D | 1D | 17 | 20 |
| Octal | 144 | 121 | 77 | 0 | 23 | 45 | 75 | 35 | 27 | 40 |
| Binary | 1100100 | 1010001 | 111111 | 0 | 10011 | 100101 | 111101 | 11101 | 10111 | 100000 |
Color Harmonies of #64513F
Complementary color
Monochromatic Colors of #64513F
Black with #64513F
Text Example
Text Example
White with #64513F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64513F; }
p { color: rgb(100,81,63); }
H1.HeaderClassName
{
color: #64513F;
}
.AnyTagClassName
{
color: #64513F;
}
</style>
background-color css
<style>
a { background-color: #64513F; }
a { background-color: rgb(100,81,63); }
div.DivClassName
{
background-color: #64513F;
}
.BgClassName
{
background-color: #64513F;
}
</style>
border-color css
<style>
span { border-color: #64513F; }
span { border-color: rgb(100,81,63); }
td.TdClassName
{
border-color: #64513F;
}
.TagClassName
{
border-color: #64513F;
}
</style>