Shades of Rock #64503D
Tints of Rock #64503D
RGB
CMYK
RGB Variations
Color information
#64503D (or 0x64503D) is known color: Rock. HEX triplet: 64, 50 and 3D. RGB value is (100,80,61). Sum of RGB (Red+Green+Blue) = 100+80+61=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 100 - color contains mainly: red. Hex color #64503D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64503D is #9BAFC2. Grayscale: #535353. Windows color (decimal): -10203075 or 4018276. OLE color: 4018276.
HSL color Cylindrical-coordinate representation of color #64503D: hue angle of 29.23º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64503D is Cyan = 0, Magento = 0.2, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 80 | 61 | - |
| CMYK | 0 | 0.2 | 0.39 | 0.61 |
| HSL | 29.23º | 0.24% | 0.32% | - |
| HSV(B) | 29.23º | 0.39% | 0.39% | - |
| XYZ | 8.97 | 8.78 | 5.64 | - |
| YUV | 83.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 80 | 61 | 0 | 0.2 | 0.39 | 0.61 | 29.23 | 0.24 | 0.32 |
| Hex | 64 | 50 | 3D | 0 | 14 | 27 | 3D | 1D | 18 | 20 |
| Octal | 144 | 120 | 75 | 0 | 24 | 47 | 75 | 35 | 30 | 40 |
| Binary | 1100100 | 1010000 | 111101 | 0 | 10100 | 100111 | 111101 | 11101 | 11000 | 100000 |
Color Harmonies of #64503D
Complementary color
Monochromatic Colors of #64503D
Black with #64503D
Text Example
Text Example
White with #64503D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64503D; }
p { color: rgb(100,80,61); }
H1.HeaderClassName
{
color: #64503D;
}
.AnyTagClassName
{
color: #64503D;
}
</style>
background-color css
<style>
a { background-color: #64503D; }
a { background-color: rgb(100,80,61); }
div.DivClassName
{
background-color: #64503D;
}
.BgClassName
{
background-color: #64503D;
}
</style>
border-color css
<style>
span { border-color: #64503D; }
span { border-color: rgb(100,80,61); }
td.TdClassName
{
border-color: #64503D;
}
.TagClassName
{
border-color: #64503D;
}
</style>