Shades of Rock #614E3C
Tints of Rock #614E3C
RGB
CMYK
RGB Variations
Color information
#614E3C (or 0x614E3C) is known color: Rock. HEX triplet: 61, 4E and 3C. RGB value is (97,78,60). Sum of RGB (Red+Green+Blue) = 97+78+60=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 60 (23.83% from 255 or 25.53% from 235); Max value from RGB is 97 - color contains mainly: red. Hex color #614E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E3C is #9EB1C3. Grayscale: #515151. Windows color (decimal): -10400196 or 3952225. OLE color: 3952225.
HSL color Cylindrical-coordinate representation of color #614E3C: hue angle of 29.19º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #614E3C is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 60 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.62 |
| HSL | 29.19º | 0.24% | 0.31% | - |
| HSV(B) | 29.19º | 0.38% | 0.38% | - |
| XYZ | 8.47 | 8.32 | 5.43 | - |
| YUV | 81.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 60 | 0 | 0.20 | 0.38 | 0.62 | 29.19 | 0.24 | 0.31 |
| Hex | 61 | 4E | 3C | 0 | 14 | 26 | 3E | 1D | 18 | 1F |
| Octal | 141 | 116 | 74 | 0 | 24 | 46 | 76 | 35 | 30 | 37 |
| Binary | 1100001 | 1001110 | 111100 | 0 | 10100 | 100110 | 111110 | 11101 | 11000 | 11111 |
Color Harmonies of #614E3C
Complementary color
Monochromatic Colors of #614E3C
Black with #614E3C
Text Example
Text Example
White with #614E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E3C; }
p { color: rgb(97,78,60); }
H1.HeaderClassName
{
color: #614E3C;
}
.AnyTagClassName
{
color: #614E3C;
}
</style>
background-color css
<style>
a { background-color: #614E3C; }
a { background-color: rgb(97,78,60); }
div.DivClassName
{
background-color: #614E3C;
}
.BgClassName
{
background-color: #614E3C;
}
</style>
border-color css
<style>
span { border-color: #614E3C; }
span { border-color: rgb(97,78,60); }
td.TdClassName
{
border-color: #614E3C;
}
.TagClassName
{
border-color: #614E3C;
}
</style>