Shades of Hemlock #626256
Tints of Hemlock #626256
RGB
CMYK
RGB Variations
Color information
#626256 (or 0x626256) is known color: Hemlock. HEX triplet: 62, 62 and 56. RGB value is (98,98,86). Sum of RGB (Red+Green+Blue) = 98+98+86=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 98 (38.67% from 255 or 34.75% from 282); Blue value is 86 (33.98% from 255 or 30.50% from 282); Max value from RGB is 98 - color contains mainly: red, green. Hex color #626256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626256 is #9D9DA9. Grayscale: #606060. Windows color (decimal): -10329514 or 5661282. OLE color: 5661282.
HSL color Cylindrical-coordinate representation of color #626256: hue angle of 60º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #626256 is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 98 | 86 | - |
| CMYK | 0 | 0 | 0.12 | 0.62 |
| HSL | 60º | 0.07% | 0.36% | - |
| HSV(B) | 60º | 0.12% | 0.38% | - |
| XYZ | 11.08 | 12 | 10.54 | - |
| YUV | 96.63 | 122 | 128.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 98 | 86 | 0 | 0 | 0.12 | 0.62 | 60 | 0.07 | 0.36 |
| Hex | 62 | 62 | 56 | 0 | 0 | C | 3E | 3C | 7 | 24 |
| Octal | 142 | 142 | 126 | 0 | 0 | 14 | 76 | 74 | 7 | 44 |
| Binary | 1100010 | 1100010 | 1010110 | 0 | 0 | 1100 | 111110 | 111100 | 111 | 100100 |
Color Harmonies of #626256
Complementary color
Monochromatic Colors of #626256
Black with #626256
Text Example
Text Example
White with #626256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626256; }
p { color: rgb(98,98,86); }
H1.HeaderClassName
{
color: #626256;
}
.AnyTagClassName
{
color: #626256;
}
</style>
background-color css
<style>
a { background-color: #626256; }
a { background-color: rgb(98,98,86); }
div.DivClassName
{
background-color: #626256;
}
.BgClassName
{
background-color: #626256;
}
</style>
border-color css
<style>
span { border-color: #626256; }
span { border-color: rgb(98,98,86); }
td.TdClassName
{
border-color: #626256;
}
.TagClassName
{
border-color: #626256;
}
</style>