Shades of Hemlock #626149
Tints of Hemlock #626149
RGB
CMYK
RGB Variations
Color information
#626149 (or 0x626149) is known color: Hemlock. HEX triplet: 62, 61 and 49. RGB value is (98,97,73). Sum of RGB (Red+Green+Blue) = 98+97+73=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 97 (38.28% from 255 or 36.19% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #626149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626149 is #9D9EB6. Grayscale: #5E5E5E. Windows color (decimal): -10329783 or 4809058. OLE color: 4809058.
HSL color Cylindrical-coordinate representation of color #626149: hue angle of 57.6º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #626149 is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 73 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.62 |
| HSL | 57.6º | 0.15% | 0.34% | - |
| HSV(B) | 57.6º | 0.26% | 0.38% | - |
| XYZ | 10.51 | 11.63 | 7.99 | - |
| YUV | 94.56 | 115.83 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 73 | 0 | 0.01 | 0.26 | 0.62 | 57.6 | 0.15 | 0.34 |
| Hex | 62 | 61 | 49 | 0 | 1 | 1A | 3E | 3A | F | 22 |
| Octal | 142 | 141 | 111 | 0 | 1 | 32 | 76 | 72 | 17 | 42 |
| Binary | 1100010 | 1100001 | 1001001 | 0 | 1 | 11010 | 111110 | 111010 | 1111 | 100010 |
Color Harmonies of #626149
Complementary color
Monochromatic Colors of #626149
Black with #626149
Text Example
Text Example
White with #626149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626149; }
p { color: rgb(98,97,73); }
H1.HeaderClassName
{
color: #626149;
}
.AnyTagClassName
{
color: #626149;
}
</style>
background-color css
<style>
a { background-color: #626149; }
a { background-color: rgb(98,97,73); }
div.DivClassName
{
background-color: #626149;
}
.BgClassName
{
background-color: #626149;
}
</style>
border-color css
<style>
span { border-color: #626149; }
span { border-color: rgb(98,97,73); }
td.TdClassName
{
border-color: #626149;
}
.TagClassName
{
border-color: #626149;
}
</style>