Shades of Hemlock #62624C
Tints of Hemlock #62624C
RGB
CMYK
RGB Variations
Color information
#62624C (or 0x62624C) is known color: Hemlock. HEX triplet: 62, 62 and 4C. RGB value is (98,98,76). Sum of RGB (Red+Green+Blue) = 98+98+76=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 98 (38.67% from 255 or 36.03% from 272); Blue value is 76 (30.08% from 255 or 27.94% from 272); Max value from RGB is 98 - color contains mainly: red, green. Hex color #62624C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62624C is #9D9DB3. Grayscale: #5F5F5F. Windows color (decimal): -10329524 or 5005922. OLE color: 5005922.
HSL color Cylindrical-coordinate representation of color #62624C: hue angle of 60º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #62624C is Cyan = 0, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 76 | - |
| CMYK | 0 | 0 | 0.22 | 0.62 |
| HSL | 60º | 0.13% | 0.34% | - |
| HSV(B) | 60º | 0.22% | 0.38% | - |
| XYZ | 10.71 | 11.85 | 8.56 | - |
| YUV | 95.49 | 117 | 129.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 76 | 0 | 0 | 0.22 | 0.62 | 60 | 0.13 | 0.34 |
| Hex | 62 | 62 | 4C | 0 | 0 | 16 | 3E | 3C | D | 22 |
| Octal | 142 | 142 | 114 | 0 | 0 | 26 | 76 | 74 | 15 | 42 |
| Binary | 1100010 | 1100010 | 1001100 | 0 | 0 | 10110 | 111110 | 111100 | 1101 | 100010 |
Color Harmonies of #62624C
Complementary color
Monochromatic Colors of #62624C
Black with #62624C
Text Example
Text Example
White with #62624C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62624C; }
p { color: rgb(98,98,76); }
H1.HeaderClassName
{
color: #62624C;
}
.AnyTagClassName
{
color: #62624C;
}
</style>
background-color css
<style>
a { background-color: #62624C; }
a { background-color: rgb(98,98,76); }
div.DivClassName
{
background-color: #62624C;
}
.BgClassName
{
background-color: #62624C;
}
</style>
border-color css
<style>
span { border-color: #62624C; }
span { border-color: rgb(98,98,76); }
td.TdClassName
{
border-color: #62624C;
}
.TagClassName
{
border-color: #62624C;
}
</style>