Shades of Hemlock #62604E
Tints of Hemlock #62604E
RGB
CMYK
RGB Variations
Color information
#62604E (or 0x62604E) is known color: Hemlock. HEX triplet: 62, 60 and 4E. RGB value is (98,96,78). Sum of RGB (Red+Green+Blue) = 98+96+78=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 96 (37.89% from 255 or 35.29% from 272); Blue value is 78 (30.86% from 255 or 28.68% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #62604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62604E is #9D9FB1. Grayscale: #5E5E5E. Windows color (decimal): -10330034 or 5136482. OLE color: 5136482.
HSL color Cylindrical-coordinate representation of color #62604E: hue angle of 54º 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 #62604E is Cyan = 0, Magento = 0.02, Yellow = 0.20 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 78 | - |
| CMYK | 0 | 0.02 | 0.20 | 0.62 |
| HSL | 54º | 0.11% | 0.35% | - |
| HSV(B) | 54º | 0.2% | 0.38% | - |
| XYZ | 10.6 | 11.51 | 8.87 | - |
| YUV | 94.55 | 118.66 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 78 | 0 | 0.02 | 0.20 | 0.62 | 54 | 0.11 | 0.35 |
| Hex | 62 | 60 | 4E | 0 | 2 | 14 | 3E | 36 | B | 23 |
| Octal | 142 | 140 | 116 | 0 | 2 | 24 | 76 | 66 | 13 | 43 |
| Binary | 1100010 | 1100000 | 1001110 | 0 | 10 | 10100 | 111110 | 110110 | 1011 | 100011 |
Color Harmonies of #62604E
Complementary color
Monochromatic Colors of #62604E
Black with #62604E
Text Example
Text Example
White with #62604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62604E; }
p { color: rgb(98,96,78); }
H1.HeaderClassName
{
color: #62604E;
}
.AnyTagClassName
{
color: #62604E;
}
</style>
background-color css
<style>
a { background-color: #62604E; }
a { background-color: rgb(98,96,78); }
div.DivClassName
{
background-color: #62604E;
}
.BgClassName
{
background-color: #62604E;
}
</style>
border-color css
<style>
span { border-color: #62604E; }
span { border-color: rgb(98,96,78); }
td.TdClassName
{
border-color: #62604E;
}
.TagClassName
{
border-color: #62604E;
}
</style>