Shades of Hemlock #62634C
Tints of Hemlock #62634C
RGB
CMYK
RGB Variations
Color information
#62634C (or 0x62634C) is known color: Hemlock. HEX triplet: 62, 63 and 4C. RGB value is (98,99,76). Sum of RGB (Red+Green+Blue) = 98+99+76=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 99 (39.06% from 255 or 36.26% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 99 - color contains mainly: green. Hex color #62634C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62634C is #9D9CB3. Grayscale: #606060. Windows color (decimal): -10329268 or 5006178. OLE color: 5006178.
HSL color Cylindrical-coordinate representation of color #62634C: hue angle of 62.61º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #62634C is Cyan = 0.01, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 99 | 76 | - |
| CMYK | 0.01 | 0 | 0.23 | 0.61 |
| HSL | 62.61º | 0.13% | 0.34% | - |
| HSV(B) | 62.61º | 0.23% | 0.39% | - |
| XYZ | 10.8 | 12.04 | 8.59 | - |
| YUV | 96.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 99 | 76 | 0.01 | 0 | 0.23 | 0.61 | 62.61 | 0.13 | 0.34 |
| Hex | 62 | 63 | 4C | 1 | 0 | 17 | 3D | 3F | D | 22 |
| Octal | 142 | 143 | 114 | 1 | 0 | 27 | 75 | 77 | 15 | 42 |
| Binary | 1100010 | 1100011 | 1001100 | 1 | 0 | 10111 | 111101 | 111111 | 1101 | 100010 |
Color Harmonies of #62634C
Complementary color
Monochromatic Colors of #62634C
Black with #62634C
Text Example
Text Example
White with #62634C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62634C; }
p { color: rgb(98,99,76); }
H1.HeaderClassName
{
color: #62634C;
}
.AnyTagClassName
{
color: #62634C;
}
</style>
background-color css
<style>
a { background-color: #62634C; }
a { background-color: rgb(98,99,76); }
div.DivClassName
{
background-color: #62634C;
}
.BgClassName
{
background-color: #62634C;
}
</style>
border-color css
<style>
span { border-color: #62634C; }
span { border-color: rgb(98,99,76); }
td.TdClassName
{
border-color: #62634C;
}
.TagClassName
{
border-color: #62634C;
}
</style>