Shades of Rock #604C39
Tints of Rock #604C39
RGB
CMYK
RGB Variations
Color information
#604C39 (or 0x604C39) is known color: Rock. HEX triplet: 60, 4C and 39. RGB value is (96,76,57). Sum of RGB (Red+Green+Blue) = 96+76+57=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 57 (22.66% from 255 or 24.89% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #604C39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604C39 is #9FB3C6. Grayscale: #4F4F4F. Windows color (decimal): -10466247 or 3755104. OLE color: 3755104.
HSL color Cylindrical-coordinate representation of color #604C39: hue angle of 29.23º 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 #604C39 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 76 | 57 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.62 |
| HSL | 29.23º | 0.25% | 0.3% | - |
| HSV(B) | 29.23º | 0.41% | 0.38% | - |
| XYZ | 8.15 | 7.95 | 4.98 | - |
| YUV | 79.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 76 | 57 | 0 | 0.21 | 0.41 | 0.62 | 29.23 | 0.25 | 0.3 |
| Hex | 60 | 4C | 39 | 0 | 15 | 29 | 3E | 1D | 19 | 1E |
| Octal | 140 | 114 | 71 | 0 | 25 | 51 | 76 | 35 | 31 | 36 |
| Binary | 1100000 | 1001100 | 111001 | 0 | 10101 | 101001 | 111110 | 11101 | 11001 | 11110 |
Color Harmonies of #604C39
Complementary color
Monochromatic Colors of #604C39
Black with #604C39
Text Example
Text Example
White with #604C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604C39; }
p { color: rgb(96,76,57); }
H1.HeaderClassName
{
color: #604C39;
}
.AnyTagClassName
{
color: #604C39;
}
</style>
background-color css
<style>
a { background-color: #604C39; }
a { background-color: rgb(96,76,57); }
div.DivClassName
{
background-color: #604C39;
}
.BgClassName
{
background-color: #604C39;
}
</style>
border-color css
<style>
span { border-color: #604C39; }
span { border-color: rgb(96,76,57); }
td.TdClassName
{
border-color: #604C39;
}
.TagClassName
{
border-color: #604C39;
}
</style>