Shades of Rock #614E38
Tints of Rock #614E38
RGB
CMYK
RGB Variations
Color information
#614E38 (or 0x614E38) is known color: Rock. HEX triplet: 61, 4E and 38. RGB value is (97,78,56). Sum of RGB (Red+Green+Blue) = 97+78+56=231 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.99% from 231); Green value is 78 (30.86% from 255 or 33.77% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 97 - color contains mainly: red. Hex color #614E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E38 is #9EB1C7. Grayscale: #515151. Windows color (decimal): -10400200 or 3690081. OLE color: 3690081.
HSL color Cylindrical-coordinate representation of color #614E38: hue angle of 32.2º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #614E38 is Cyan = 0, Magento = 0.20, Yellow = 0.42 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 56 | - |
| CMYK | 0 | 0.20 | 0.42 | 0.62 |
| HSL | 32.2º | 0.27% | 0.3% | - |
| HSV(B) | 32.2º | 0.42% | 0.38% | - |
| XYZ | 8.37 | 8.28 | 4.9 | - |
| YUV | 81.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 56 | 0 | 0.20 | 0.42 | 0.62 | 32.2 | 0.27 | 0.3 |
| Hex | 61 | 4E | 38 | 0 | 14 | 2A | 3E | 20 | 1B | 1E |
| Octal | 141 | 116 | 70 | 0 | 24 | 52 | 76 | 40 | 33 | 36 |
| Binary | 1100001 | 1001110 | 111000 | 0 | 10100 | 101010 | 111110 | 100000 | 11011 | 11110 |
Color Harmonies of #614E38
Complementary color
Monochromatic Colors of #614E38
Black with #614E38
Text Example
Text Example
White with #614E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E38; }
p { color: rgb(97,78,56); }
H1.HeaderClassName
{
color: #614E38;
}
.AnyTagClassName
{
color: #614E38;
}
</style>
background-color css
<style>
a { background-color: #614E38; }
a { background-color: rgb(97,78,56); }
div.DivClassName
{
background-color: #614E38;
}
.BgClassName
{
background-color: #614E38;
}
</style>
border-color css
<style>
span { border-color: #614E38; }
span { border-color: rgb(97,78,56); }
td.TdClassName
{
border-color: #614E38;
}
.TagClassName
{
border-color: #614E38;
}
</style>