Shades of Hemlock #63604B
Tints of Hemlock #63604B
RGB
CMYK
RGB Variations
Color information
#63604B (or 0x63604B) is known color: Hemlock. HEX triplet: 63, 60 and 4B. RGB value is (99,96,75). Sum of RGB (Red+Green+Blue) = 99+96+75=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 96 (37.89% from 255 or 35.56% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #63604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63604B is #9C9FB4. Grayscale: #5E5E5E. Windows color (decimal): -10264501 or 4939875. OLE color: 4939875.
HSL color Cylindrical-coordinate representation of color #63604B: hue angle of 52.5º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63604B is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 96 | 75 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.61 |
| HSL | 52.5º | 0.14% | 0.34% | - |
| HSV(B) | 52.5º | 0.24% | 0.39% | - |
| XYZ | 10.6 | 11.53 | 8.32 | - |
| YUV | 94.5 | 116.99 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 96 | 75 | 0 | 0.03 | 0.24 | 0.61 | 52.5 | 0.14 | 0.34 |
| Hex | 63 | 60 | 4B | 0 | 3 | 18 | 3D | 34 | E | 22 |
| Octal | 143 | 140 | 113 | 0 | 3 | 30 | 75 | 64 | 16 | 42 |
| Binary | 1100011 | 1100000 | 1001011 | 0 | 11 | 11000 | 111101 | 110100 | 1110 | 100010 |
Color Harmonies of #63604B
Complementary color
Monochromatic Colors of #63604B
Black with #63604B
Text Example
Text Example
White with #63604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63604B; }
p { color: rgb(99,96,75); }
H1.HeaderClassName
{
color: #63604B;
}
.AnyTagClassName
{
color: #63604B;
}
</style>
background-color css
<style>
a { background-color: #63604B; }
a { background-color: rgb(99,96,75); }
div.DivClassName
{
background-color: #63604B;
}
.BgClassName
{
background-color: #63604B;
}
</style>
border-color css
<style>
span { border-color: #63604B; }
span { border-color: rgb(99,96,75); }
td.TdClassName
{
border-color: #63604B;
}
.TagClassName
{
border-color: #63604B;
}
</style>