Shades of Rock #64503C
Tints of Rock #64503C
RGB
CMYK
RGB Variations
Color information
#64503C (or 0x64503C) is known color: Rock. HEX triplet: 64, 50 and 3C. RGB value is (100,80,60). Sum of RGB (Red+Green+Blue) = 100+80+60=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 100 - color contains mainly: red. Hex color #64503C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503C is #9BAFC3. Grayscale: #535353. Windows color (decimal): -10203076 or 3952740. OLE color: 3952740.
HSL color Cylindrical-coordinate representation of color #64503C: hue angle of 30º 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 #64503C is Cyan = 0, Magento = 0.2, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 60 | - |
| CMYK | 0 | 0.2 | 0.4 | 0.61 |
| HSL | 30º | 0.25% | 0.31% | - |
| HSV(B) | 30º | 0.4% | 0.39% | - |
| XYZ | 8.94 | 8.77 | 5.5 | - |
| YUV | 83.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 60 | 0 | 0.2 | 0.4 | 0.61 | 30 | 0.25 | 0.31 |
| Hex | 64 | 50 | 3C | 0 | 14 | 28 | 3D | 1E | 19 | 1F |
| Octal | 144 | 120 | 74 | 0 | 24 | 50 | 75 | 36 | 31 | 37 |
| Binary | 1100100 | 1010000 | 111100 | 0 | 10100 | 101000 | 111101 | 11110 | 11001 | 11111 |
Color Harmonies of #64503C
Complementary color
Monochromatic Colors of #64503C
Black with #64503C
Text Example
Text Example
White with #64503C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64503C; }
p { color: rgb(100,80,60); }
H1.HeaderClassName
{
color: #64503C;
}
.AnyTagClassName
{
color: #64503C;
}
</style>
background-color css
<style>
a { background-color: #64503C; }
a { background-color: rgb(100,80,60); }
div.DivClassName
{
background-color: #64503C;
}
.BgClassName
{
background-color: #64503C;
}
</style>
border-color css
<style>
span { border-color: #64503C; }
span { border-color: rgb(100,80,60); }
td.TdClassName
{
border-color: #64503C;
}
.TagClassName
{
border-color: #64503C;
}
</style>