Shades of Hemlock #62604C
Tints of Hemlock #62604C
RGB
CMYK
RGB Variations
Color information
#62604C (or 0x62604C) is known color: Hemlock. HEX triplet: 62, 60 and 4C. RGB value is (98,96,76). Sum of RGB (Red+Green+Blue) = 98+96+76=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 76 (30.08% from 255 or 28.15% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #62604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62604C is #9D9FB3. Grayscale: #5E5E5E. Windows color (decimal): -10330036 or 5005410. OLE color: 5005410.
HSL color Cylindrical-coordinate representation of color #62604C: hue angle of 54.55º 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 #62604C is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 76 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.62 |
| HSL | 54.55º | 0.13% | 0.34% | - |
| HSV(B) | 54.55º | 0.22% | 0.38% | - |
| XYZ | 10.52 | 11.48 | 8.5 | - |
| YUV | 94.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 76 | 0 | 0.02 | 0.22 | 0.62 | 54.55 | 0.13 | 0.34 |
| Hex | 62 | 60 | 4C | 0 | 2 | 16 | 3E | 37 | D | 22 |
| Octal | 142 | 140 | 114 | 0 | 2 | 26 | 76 | 67 | 15 | 42 |
| Binary | 1100010 | 1100000 | 1001100 | 0 | 10 | 10110 | 111110 | 110111 | 1101 | 100010 |
Color Harmonies of #62604C
Complementary color
Monochromatic Colors of #62604C
Black with #62604C
Text Example
Text Example
White with #62604C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62604C; }
p { color: rgb(98,96,76); }
H1.HeaderClassName
{
color: #62604C;
}
.AnyTagClassName
{
color: #62604C;
}
</style>
background-color css
<style>
a { background-color: #62604C; }
a { background-color: rgb(98,96,76); }
div.DivClassName
{
background-color: #62604C;
}
.BgClassName
{
background-color: #62604C;
}
</style>
border-color css
<style>
span { border-color: #62604C; }
span { border-color: rgb(98,96,76); }
td.TdClassName
{
border-color: #62604C;
}
.TagClassName
{
border-color: #62604C;
}
</style>