Shades of Hemlock #63604E
Tints of Hemlock #63604E
RGB
CMYK
RGB Variations
Color information
#63604E (or 0x63604E) is known color: Hemlock. HEX triplet: 63, 60 and 4E. RGB value is (99,96,78). Sum of RGB (Red+Green+Blue) = 99+96+78=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 78 (30.86% from 255 or 28.57% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63604E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63604E is #9C9FB1. Grayscale: #5E5E5E. Windows color (decimal): -10264498 or 5136483. OLE color: 5136483.
HSL color Cylindrical-coordinate representation of color #63604E: hue angle of 51.43º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #63604E is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 78 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.61 |
| HSL | 51.43º | 0.12% | 0.35% | - |
| HSV(B) | 51.43º | 0.21% | 0.39% | - |
| XYZ | 10.7 | 11.57 | 8.88 | - |
| YUV | 94.85 | 118.49 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 78 | 0 | 0.03 | 0.21 | 0.61 | 51.43 | 0.12 | 0.35 |
| Hex | 63 | 60 | 4E | 0 | 3 | 15 | 3D | 33 | C | 23 |
| Octal | 143 | 140 | 116 | 0 | 3 | 25 | 75 | 63 | 14 | 43 |
| Binary | 1100011 | 1100000 | 1001110 | 0 | 11 | 10101 | 111101 | 110011 | 1100 | 100011 |
Color Harmonies of #63604E
Complementary color
Monochromatic Colors of #63604E
Black with #63604E
Text Example
Text Example
White with #63604E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63604E; }
p { color: rgb(99,96,78); }
H1.HeaderClassName
{
color: #63604E;
}
.AnyTagClassName
{
color: #63604E;
}
</style>
background-color css
<style>
a { background-color: #63604E; }
a { background-color: rgb(99,96,78); }
div.DivClassName
{
background-color: #63604E;
}
.BgClassName
{
background-color: #63604E;
}
</style>
border-color css
<style>
span { border-color: #63604E; }
span { border-color: rgb(99,96,78); }
td.TdClassName
{
border-color: #63604E;
}
.TagClassName
{
border-color: #63604E;
}
</style>