Shades of Rock #604D39
Tints of Rock #604D39
RGB
CMYK
RGB Variations
Color information
#604D39 (or 0x604D39) is known color: Rock. HEX triplet: 60, 4D and 39. RGB value is (96,77,57). Sum of RGB (Red+Green+Blue) = 96+77+57=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 77 (30.47% from 255 or 33.48% from 230); Blue value is 57 (22.66% from 255 or 24.78% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #604D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #604D39 is #9FB2C6. Grayscale: #505050. Windows color (decimal): -10465991 or 3755360. OLE color: 3755360.
HSL color Cylindrical-coordinate representation of color #604D39: hue angle of 30.77º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #604D39 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 77 | 57 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.62 |
| HSL | 30.77º | 0.25% | 0.3% | - |
| HSV(B) | 30.77º | 0.41% | 0.38% | - |
| XYZ | 8.22 | 8.09 | 5 | - |
| YUV | 80.4 | 114.79 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 77 | 57 | 0 | 0.20 | 0.41 | 0.62 | 30.77 | 0.25 | 0.3 |
| Hex | 60 | 4D | 39 | 0 | 14 | 29 | 3E | 1F | 19 | 1E |
| Octal | 140 | 115 | 71 | 0 | 24 | 51 | 76 | 37 | 31 | 36 |
| Binary | 1100000 | 1001101 | 111001 | 0 | 10100 | 101001 | 111110 | 11111 | 11001 | 11110 |
Color Harmonies of #604D39
Complementary color
Monochromatic Colors of #604D39
Black with #604D39
Text Example
Text Example
White with #604D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604D39; }
p { color: rgb(96,77,57); }
H1.HeaderClassName
{
color: #604D39;
}
.AnyTagClassName
{
color: #604D39;
}
</style>
background-color css
<style>
a { background-color: #604D39; }
a { background-color: rgb(96,77,57); }
div.DivClassName
{
background-color: #604D39;
}
.BgClassName
{
background-color: #604D39;
}
</style>
border-color css
<style>
span { border-color: #604D39; }
span { border-color: rgb(96,77,57); }
td.TdClassName
{
border-color: #604D39;
}
.TagClassName
{
border-color: #604D39;
}
</style>