Shades of Rock #64503E
Tints of Rock #64503E
RGB
CMYK
RGB Variations
Color information
#64503E (or 0x64503E) is known color: Rock. HEX triplet: 64, 50 and 3E. RGB value is (100,80,62). Sum of RGB (Red+Green+Blue) = 100+80+62=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 80 (31.64% from 255 or 33.06% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 100 - color contains mainly: red. Hex color #64503E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503E is #9BAFC1. Grayscale: #545454. Windows color (decimal): -10203074 or 4083812. OLE color: 4083812.
HSL color Cylindrical-coordinate representation of color #64503E: hue angle of 28.42º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #64503E is Cyan = 0, Magento = 0.2, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 62 | - |
| CMYK | 0 | 0.2 | 0.38 | 0.61 |
| HSL | 28.42º | 0.23% | 0.32% | - |
| HSV(B) | 28.42º | 0.38% | 0.39% | - |
| XYZ | 8.99 | 8.79 | 5.78 | - |
| YUV | 83.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 62 | 0 | 0.2 | 0.38 | 0.61 | 28.42 | 0.23 | 0.32 |
| Hex | 64 | 50 | 3E | 0 | 14 | 26 | 3D | 1C | 17 | 20 |
| Octal | 144 | 120 | 76 | 0 | 24 | 46 | 75 | 34 | 27 | 40 |
| Binary | 1100100 | 1010000 | 111110 | 0 | 10100 | 100110 | 111101 | 11100 | 10111 | 100000 |
Color Harmonies of #64503E
Complementary color
Monochromatic Colors of #64503E
Black with #64503E
Text Example
Text Example
White with #64503E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64503E; }
p { color: rgb(100,80,62); }
H1.HeaderClassName
{
color: #64503E;
}
.AnyTagClassName
{
color: #64503E;
}
</style>
background-color css
<style>
a { background-color: #64503E; }
a { background-color: rgb(100,80,62); }
div.DivClassName
{
background-color: #64503E;
}
.BgClassName
{
background-color: #64503E;
}
</style>
border-color css
<style>
span { border-color: #64503E; }
span { border-color: rgb(100,80,62); }
td.TdClassName
{
border-color: #64503E;
}
.TagClassName
{
border-color: #64503E;
}
</style>