Shades of Hemlock #62614F
Tints of Hemlock #62614F
RGB
CMYK
RGB Variations
Color information
#62614F (or 0x62614F) is known color: Hemlock. HEX triplet: 62, 61 and 4F. RGB value is (98,97,79). Sum of RGB (Red+Green+Blue) = 98+97+79=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 97 (38.28% from 255 or 35.40% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62614F is #9D9EB0. Grayscale: #5F5F5F. Windows color (decimal): -10329777 or 5202274. OLE color: 5202274.
HSL color Cylindrical-coordinate representation of color #62614F: hue angle of 56.84º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #62614F is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 79 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.62 |
| HSL | 56.84º | 0.11% | 0.35% | - |
| HSV(B) | 56.84º | 0.19% | 0.38% | - |
| XYZ | 10.72 | 11.71 | 9.09 | - |
| YUV | 95.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 79 | 0 | 0.01 | 0.19 | 0.62 | 56.84 | 0.11 | 0.35 |
| Hex | 62 | 61 | 4F | 0 | 1 | 13 | 3E | 39 | B | 23 |
| Octal | 142 | 141 | 117 | 0 | 1 | 23 | 76 | 71 | 13 | 43 |
| Binary | 1100010 | 1100001 | 1001111 | 0 | 1 | 10011 | 111110 | 111001 | 1011 | 100011 |
Color Harmonies of #62614F
Complementary color
Monochromatic Colors of #62614F
Black with #62614F
Text Example
Text Example
White with #62614F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62614F; }
p { color: rgb(98,97,79); }
H1.HeaderClassName
{
color: #62614F;
}
.AnyTagClassName
{
color: #62614F;
}
</style>
background-color css
<style>
a { background-color: #62614F; }
a { background-color: rgb(98,97,79); }
div.DivClassName
{
background-color: #62614F;
}
.BgClassName
{
background-color: #62614F;
}
</style>
border-color css
<style>
span { border-color: #62614F; }
span { border-color: rgb(98,97,79); }
td.TdClassName
{
border-color: #62614F;
}
.TagClassName
{
border-color: #62614F;
}
</style>