Shades of Rock #614F40
Tints of Rock #614F40
RGB
CMYK
RGB Variations
Color information
#614F40 (or 0x614F40) is known color: Rock. HEX triplet: 61, 4F and 40. RGB value is (97,79,64). Sum of RGB (Red+Green+Blue) = 97+79+64=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #614F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614F40 is #9EB0BF. Grayscale: #525252. Windows color (decimal): -10399936 or 4214625. OLE color: 4214625.
HSL color Cylindrical-coordinate representation of color #614F40: hue angle of 27.27º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614F40 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 79 | 64 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.62 |
| HSL | 27.27º | 0.2% | 0.32% | - |
| HSV(B) | 27.27º | 0.34% | 0.38% | - |
| XYZ | 8.65 | 8.5 | 6.04 | - |
| YUV | 82.67 | 117.46 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 79 | 64 | 0 | 0.19 | 0.34 | 0.62 | 27.27 | 0.2 | 0.32 |
| Hex | 61 | 4F | 40 | 0 | 13 | 22 | 3E | 1B | 14 | 20 |
| Octal | 141 | 117 | 100 | 0 | 23 | 42 | 76 | 33 | 24 | 40 |
| Binary | 1100001 | 1001111 | 1000000 | 0 | 10011 | 100010 | 111110 | 11011 | 10100 | 100000 |
Color Harmonies of #614F40
Complementary color
Monochromatic Colors of #614F40
Black with #614F40
Text Example
Text Example
White with #614F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614F40; }
p { color: rgb(97,79,64); }
H1.HeaderClassName
{
color: #614F40;
}
.AnyTagClassName
{
color: #614F40;
}
</style>
background-color css
<style>
a { background-color: #614F40; }
a { background-color: rgb(97,79,64); }
div.DivClassName
{
background-color: #614F40;
}
.BgClassName
{
background-color: #614F40;
}
</style>
border-color css
<style>
span { border-color: #614F40; }
span { border-color: rgb(97,79,64); }
td.TdClassName
{
border-color: #614F40;
}
.TagClassName
{
border-color: #614F40;
}
</style>