Shades of Rock #614E3F
Tints of Rock #614E3F
RGB
CMYK
RGB Variations
Color information
#614E3F (or 0x614E3F) is known color: Rock. HEX triplet: 61, 4E and 3F. RGB value is (97,78,63). Sum of RGB (Red+Green+Blue) = 97+78+63=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 63 (25% from 255 or 26.47% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #614E3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E3F is #9EB1C0. Grayscale: #525252. Windows color (decimal): -10400193 or 4148833. OLE color: 4148833.
HSL color Cylindrical-coordinate representation of color #614E3F: hue angle of 26.47º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #614E3F is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 63 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.62 |
| HSL | 26.47º | 0.21% | 0.31% | - |
| HSV(B) | 26.47º | 0.35% | 0.38% | - |
| XYZ | 8.55 | 8.35 | 5.86 | - |
| YUV | 81.97 | 117.29 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 63 | 0 | 0.20 | 0.35 | 0.62 | 26.47 | 0.21 | 0.31 |
| Hex | 61 | 4E | 3F | 0 | 14 | 23 | 3E | 1A | 15 | 1F |
| Octal | 141 | 116 | 77 | 0 | 24 | 43 | 76 | 32 | 25 | 37 |
| Binary | 1100001 | 1001110 | 111111 | 0 | 10100 | 100011 | 111110 | 11010 | 10101 | 11111 |
Color Harmonies of #614E3F
Complementary color
Monochromatic Colors of #614E3F
Black with #614E3F
Text Example
Text Example
White with #614E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E3F; }
p { color: rgb(97,78,63); }
H1.HeaderClassName
{
color: #614E3F;
}
.AnyTagClassName
{
color: #614E3F;
}
</style>
background-color css
<style>
a { background-color: #614E3F; }
a { background-color: rgb(97,78,63); }
div.DivClassName
{
background-color: #614E3F;
}
.BgClassName
{
background-color: #614E3F;
}
</style>
border-color css
<style>
span { border-color: #614E3F; }
span { border-color: rgb(97,78,63); }
td.TdClassName
{
border-color: #614E3F;
}
.TagClassName
{
border-color: #614E3F;
}
</style>