Shades of Rock #614E39
Tints of Rock #614E39
RGB
CMYK
RGB Variations
Color information
#614E39 (or 0x614E39) is known color: Rock. HEX triplet: 61, 4E and 39. RGB value is (97,78,57). Sum of RGB (Red+Green+Blue) = 97+78+57=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 78 (30.86% from 255 or 33.62% from 232); Blue value is 57 (22.66% from 255 or 24.57% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #614E39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E39 is #9EB1C6. Grayscale: #515151. Windows color (decimal): -10400199 or 3755617. OLE color: 3755617.
HSL color Cylindrical-coordinate representation of color #614E39: hue angle of 31.5º 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 #614E39 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 57 | - |
| CMYK | 0 | 0.20 | 0.41 | 0.62 |
| HSL | 31.5º | 0.26% | 0.3% | - |
| HSV(B) | 31.5º | 0.41% | 0.38% | - |
| XYZ | 8.39 | 8.29 | 5.03 | - |
| YUV | 81.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 57 | 0 | 0.20 | 0.41 | 0.62 | 31.5 | 0.26 | 0.3 |
| Hex | 61 | 4E | 39 | 0 | 14 | 29 | 3E | 1F | 1A | 1E |
| Octal | 141 | 116 | 71 | 0 | 24 | 51 | 76 | 37 | 32 | 36 |
| Binary | 1100001 | 1001110 | 111001 | 0 | 10100 | 101001 | 111110 | 11111 | 11010 | 11110 |
Color Harmonies of #614E39
Complementary color
Monochromatic Colors of #614E39
Black with #614E39
Text Example
Text Example
White with #614E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E39; }
p { color: rgb(97,78,57); }
H1.HeaderClassName
{
color: #614E39;
}
.AnyTagClassName
{
color: #614E39;
}
</style>
background-color css
<style>
a { background-color: #614E39; }
a { background-color: rgb(97,78,57); }
div.DivClassName
{
background-color: #614E39;
}
.BgClassName
{
background-color: #614E39;
}
</style>
border-color css
<style>
span { border-color: #614E39; }
span { border-color: rgb(97,78,57); }
td.TdClassName
{
border-color: #614E39;
}
.TagClassName
{
border-color: #614E39;
}
</style>