Shades of Rock #64513C
Tints of Rock #64513C
RGB
CMYK
RGB Variations
Color information
#64513C (or 0x64513C) is known color: Rock. HEX triplet: 64, 51 and 3C. RGB value is (100,81,60). Sum of RGB (Red+Green+Blue) = 100+81+60=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 81 (32.03% from 255 or 33.61% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64513C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64513C is #9BAEC3. Grayscale: #545454. Windows color (decimal): -10202820 or 3952996. OLE color: 3952996.
HSL color Cylindrical-coordinate representation of color #64513C: hue angle of 31.5º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #64513C is Cyan = 0, Magento = 0.19, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 81 | 60 | - |
| CMYK | 0 | 0.19 | 0.4 | 0.61 |
| HSL | 31.5º | 0.25% | 0.31% | - |
| HSV(B) | 31.5º | 0.4% | 0.39% | - |
| XYZ | 9.01 | 8.92 | 5.52 | - |
| YUV | 84.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 81 | 60 | 0 | 0.19 | 0.4 | 0.61 | 31.5 | 0.25 | 0.31 |
| Hex | 64 | 51 | 3C | 0 | 13 | 28 | 3D | 1F | 19 | 1F |
| Octal | 144 | 121 | 74 | 0 | 23 | 50 | 75 | 37 | 31 | 37 |
| Binary | 1100100 | 1010001 | 111100 | 0 | 10011 | 101000 | 111101 | 11111 | 11001 | 11111 |
Color Harmonies of #64513C
Complementary color
Monochromatic Colors of #64513C
Black with #64513C
Text Example
Text Example
White with #64513C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64513C; }
p { color: rgb(100,81,60); }
H1.HeaderClassName
{
color: #64513C;
}
.AnyTagClassName
{
color: #64513C;
}
</style>
background-color css
<style>
a { background-color: #64513C; }
a { background-color: rgb(100,81,60); }
div.DivClassName
{
background-color: #64513C;
}
.BgClassName
{
background-color: #64513C;
}
</style>
border-color css
<style>
span { border-color: #64513C; }
span { border-color: rgb(100,81,60); }
td.TdClassName
{
border-color: #64513C;
}
.TagClassName
{
border-color: #64513C;
}
</style>