Shades of Rock #614D39
Tints of Rock #614D39
RGB
CMYK
RGB Variations
Color information
#614D39 (or 0x614D39) is known color: Rock. HEX triplet: 61, 4D and 39. RGB value is (97,77,57). Sum of RGB (Red+Green+Blue) = 97+77+57=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 57 (22.66% from 255 or 24.68% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614D39 is #9EB2C6. Grayscale: #505050. Windows color (decimal): -10400455 or 3755361. OLE color: 3755361.
HSL color Cylindrical-coordinate representation of color #614D39: hue angle of 30º degrees, saturation: 0.26, 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 #614D39 is Cyan = 0, Magento = 0.21, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 77 | 57 | - |
| CMYK | 0 | 0.21 | 0.41 | 0.62 |
| HSL | 30º | 0.26% | 0.3% | - |
| HSV(B) | 30º | 0.41% | 0.38% | - |
| XYZ | 8.32 | 8.14 | 5 | - |
| YUV | 80.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 77 | 57 | 0 | 0.21 | 0.41 | 0.62 | 30 | 0.26 | 0.3 |
| Hex | 61 | 4D | 39 | 0 | 15 | 29 | 3E | 1E | 1A | 1E |
| Octal | 141 | 115 | 71 | 0 | 25 | 51 | 76 | 36 | 32 | 36 |
| Binary | 1100001 | 1001101 | 111001 | 0 | 10101 | 101001 | 111110 | 11110 | 11010 | 11110 |
Color Harmonies of #614D39
Complementary color
Monochromatic Colors of #614D39
Black with #614D39
Text Example
Text Example
White with #614D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614D39; }
p { color: rgb(97,77,57); }
H1.HeaderClassName
{
color: #614D39;
}
.AnyTagClassName
{
color: #614D39;
}
</style>
background-color css
<style>
a { background-color: #614D39; }
a { background-color: rgb(97,77,57); }
div.DivClassName
{
background-color: #614D39;
}
.BgClassName
{
background-color: #614D39;
}
</style>
border-color css
<style>
span { border-color: #614D39; }
span { border-color: rgb(97,77,57); }
td.TdClassName
{
border-color: #614D39;
}
.TagClassName
{
border-color: #614D39;
}
</style>