Shades of Hemlock #62614A
Tints of Hemlock #62614A
RGB
CMYK
RGB Variations
Color information
#62614A (or 0x62614A) is known color: Hemlock. HEX triplet: 62, 61 and 4A. RGB value is (98,97,74). Sum of RGB (Red+Green+Blue) = 98+97+74=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 97 (38.28% from 255 or 36.06% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 98 - color contains mainly: red. Hex color #62614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62614A is #9D9EB5. Grayscale: #5E5E5E. Windows color (decimal): -10329782 or 4874594. OLE color: 4874594.
HSL color Cylindrical-coordinate representation of color #62614A: hue angle of 57.5º 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 #62614A is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 97 | 74 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.62 |
| HSL | 57.5º | 0.14% | 0.34% | - |
| HSV(B) | 57.5º | 0.24% | 0.38% | - |
| XYZ | 10.55 | 11.64 | 8.17 | - |
| YUV | 94.68 | 116.33 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 97 | 74 | 0 | 0.01 | 0.24 | 0.62 | 57.5 | 0.14 | 0.34 |
| Hex | 62 | 61 | 4A | 0 | 1 | 18 | 3E | 3A | E | 22 |
| Octal | 142 | 141 | 112 | 0 | 1 | 30 | 76 | 72 | 16 | 42 |
| Binary | 1100010 | 1100001 | 1001010 | 0 | 1 | 11000 | 111110 | 111010 | 1110 | 100010 |
Color Harmonies of #62614A
Complementary color
Monochromatic Colors of #62614A
Black with #62614A
Text Example
Text Example
White with #62614A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62614A; }
p { color: rgb(98,97,74); }
H1.HeaderClassName
{
color: #62614A;
}
.AnyTagClassName
{
color: #62614A;
}
</style>
background-color css
<style>
a { background-color: #62614A; }
a { background-color: rgb(98,97,74); }
div.DivClassName
{
background-color: #62614A;
}
.BgClassName
{
background-color: #62614A;
}
</style>
border-color css
<style>
span { border-color: #62614A; }
span { border-color: rgb(98,97,74); }
td.TdClassName
{
border-color: #62614A;
}
.TagClassName
{
border-color: #62614A;
}
</style>