Shades of Hemlock #63614D
Tints of Hemlock #63614D
RGB
CMYK
RGB Variations
Color information
#63614D (or 0x63614D) is known color: Hemlock. HEX triplet: 63, 61 and 4D. RGB value is (99,97,77). Sum of RGB (Red+Green+Blue) = 99+97+77=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 77 (30.47% from 255 or 28.21% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63614D is #9C9EB2. Grayscale: #5F5F5F. Windows color (decimal): -10264243 or 5071203. OLE color: 5071203.
HSL color Cylindrical-coordinate representation of color #63614D: hue angle of 54.55º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63614D is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 97 | 77 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.61 |
| HSL | 54.55º | 0.13% | 0.35% | - |
| HSV(B) | 54.55º | 0.22% | 0.39% | - |
| XYZ | 10.76 | 11.74 | 8.72 | - |
| YUV | 95.32 | 117.66 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 77 | 0 | 0.02 | 0.22 | 0.61 | 54.55 | 0.13 | 0.35 |
| Hex | 63 | 61 | 4D | 0 | 2 | 16 | 3D | 37 | C | 23 |
| Octal | 143 | 141 | 115 | 0 | 2 | 26 | 75 | 67 | 14 | 43 |
| Binary | 1100011 | 1100001 | 1001101 | 0 | 10 | 10110 | 111101 | 110111 | 1100 | 100011 |
Color Harmonies of #63614D
Complementary color
Monochromatic Colors of #63614D
Black with #63614D
Text Example
Text Example
White with #63614D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63614D; }
p { color: rgb(99,97,77); }
H1.HeaderClassName
{
color: #63614D;
}
.AnyTagClassName
{
color: #63614D;
}
</style>
background-color css
<style>
a { background-color: #63614D; }
a { background-color: rgb(99,97,77); }
div.DivClassName
{
background-color: #63614D;
}
.BgClassName
{
background-color: #63614D;
}
</style>
border-color css
<style>
span { border-color: #63614D; }
span { border-color: rgb(99,97,77); }
td.TdClassName
{
border-color: #63614D;
}
.TagClassName
{
border-color: #63614D;
}
</style>