Shades of Hemlock #62604A
Tints of Hemlock #62604A
RGB
CMYK
RGB Variations
Color information
#62604A (or 0x62604A) is known color: Hemlock. HEX triplet: 62, 60 and 4A. RGB value is (98,96,74). Sum of RGB (Red+Green+Blue) = 98+96+74=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 74 (29.30% from 255 or 27.61% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #62604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62604A is #9D9FB5. Grayscale: #5E5E5E. Windows color (decimal): -10330038 or 4874338. OLE color: 4874338.
HSL color Cylindrical-coordinate representation of color #62604A: hue angle of 55º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62604A is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 96 | 74 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.62 |
| HSL | 55º | 0.14% | 0.34% | - |
| HSV(B) | 55º | 0.24% | 0.38% | - |
| XYZ | 10.46 | 11.46 | 8.14 | - |
| YUV | 94.09 | 116.66 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 96 | 74 | 0 | 0.02 | 0.24 | 0.62 | 55 | 0.14 | 0.34 |
| Hex | 62 | 60 | 4A | 0 | 2 | 18 | 3E | 37 | E | 22 |
| Octal | 142 | 140 | 112 | 0 | 2 | 30 | 76 | 67 | 16 | 42 |
| Binary | 1100010 | 1100000 | 1001010 | 0 | 10 | 11000 | 111110 | 110111 | 1110 | 100010 |
Color Harmonies of #62604A
Complementary color
Monochromatic Colors of #62604A
Black with #62604A
Text Example
Text Example
White with #62604A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62604A; }
p { color: rgb(98,96,74); }
H1.HeaderClassName
{
color: #62604A;
}
.AnyTagClassName
{
color: #62604A;
}
</style>
background-color css
<style>
a { background-color: #62604A; }
a { background-color: rgb(98,96,74); }
div.DivClassName
{
background-color: #62604A;
}
.BgClassName
{
background-color: #62604A;
}
</style>
border-color css
<style>
span { border-color: #62604A; }
span { border-color: rgb(98,96,74); }
td.TdClassName
{
border-color: #62604A;
}
.TagClassName
{
border-color: #62604A;
}
</style>