Shades of Rock #605142
Tints of Rock #605142
RGB
CMYK
RGB Variations
Color information
#605142 (or 0x605142) is known color: Rock. HEX triplet: 60, 51 and 42. RGB value is (96,81,66). Sum of RGB (Red+Green+Blue) = 96+81+66=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 96 - color contains mainly: red. Hex color #605142 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605142 is #9FAEBD. Grayscale: #535353. Windows color (decimal): -10464958 or 4346208. OLE color: 4346208.
HSL color Cylindrical-coordinate representation of color #605142: hue angle of 30º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #605142 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 81 | 66 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.62 |
| HSL | 30º | 0.19% | 0.32% | - |
| HSV(B) | 30º | 0.31% | 0.38% | - |
| XYZ | 8.75 | 8.77 | 6.38 | - |
| YUV | 83.78 | 117.97 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 81 | 66 | 0 | 0.16 | 0.31 | 0.62 | 30 | 0.19 | 0.32 |
| Hex | 60 | 51 | 42 | 0 | 10 | 1F | 3E | 1E | 13 | 20 |
| Octal | 140 | 121 | 102 | 0 | 20 | 37 | 76 | 36 | 23 | 40 |
| Binary | 1100000 | 1010001 | 1000010 | 0 | 10000 | 11111 | 111110 | 11110 | 10011 | 100000 |
Color Harmonies of #605142
Complementary color
Monochromatic Colors of #605142
Black with #605142
Text Example
Text Example
White with #605142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605142; }
p { color: rgb(96,81,66); }
H1.HeaderClassName
{
color: #605142;
}
.AnyTagClassName
{
color: #605142;
}
</style>
background-color css
<style>
a { background-color: #605142; }
a { background-color: rgb(96,81,66); }
div.DivClassName
{
background-color: #605142;
}
.BgClassName
{
background-color: #605142;
}
</style>
border-color css
<style>
span { border-color: #605142; }
span { border-color: rgb(96,81,66); }
td.TdClassName
{
border-color: #605142;
}
.TagClassName
{
border-color: #605142;
}
</style>