Shades of Hemlock #62614E
Tints of Hemlock #62614E
RGB
CMYK
RGB Variations
Color information
#62614E (or 0x62614E) is known color: Hemlock. HEX triplet: 62, 61 and 4E. RGB value is (98,97,78). Sum of RGB (Red+Green+Blue) = 98+97+78=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 98 - color contains mainly: red. Hex color #62614E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62614E is #9D9EB1. Grayscale: #5F5F5F. Windows color (decimal): -10329778 or 5136738. OLE color: 5136738.
HSL color Cylindrical-coordinate representation of color #62614E: hue angle of 57º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #62614E is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 78 | - |
| CMYK | 0 | 0.01 | 0.20 | 0.62 |
| HSL | 57º | 0.11% | 0.35% | - |
| HSV(B) | 57º | 0.2% | 0.38% | - |
| XYZ | 10.69 | 11.7 | 8.9 | - |
| YUV | 95.13 | 118.33 | 130.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 78 | 0 | 0.01 | 0.20 | 0.62 | 57 | 0.11 | 0.35 |
| Hex | 62 | 61 | 4E | 0 | 1 | 14 | 3E | 39 | B | 23 |
| Octal | 142 | 141 | 116 | 0 | 1 | 24 | 76 | 71 | 13 | 43 |
| Binary | 1100010 | 1100001 | 1001110 | 0 | 1 | 10100 | 111110 | 111001 | 1011 | 100011 |
Color Harmonies of #62614E
Complementary color
Monochromatic Colors of #62614E
Black with #62614E
Text Example
Text Example
White with #62614E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62614E; }
p { color: rgb(98,97,78); }
H1.HeaderClassName
{
color: #62614E;
}
.AnyTagClassName
{
color: #62614E;
}
</style>
background-color css
<style>
a { background-color: #62614E; }
a { background-color: rgb(98,97,78); }
div.DivClassName
{
background-color: #62614E;
}
.BgClassName
{
background-color: #62614E;
}
</style>
border-color css
<style>
span { border-color: #62614E; }
span { border-color: rgb(98,97,78); }
td.TdClassName
{
border-color: #62614E;
}
.TagClassName
{
border-color: #62614E;
}
</style>