Shades of Hemlock #636248
Tints of Hemlock #636248
RGB
CMYK
RGB Variations
Color information
#636248 (or 0x636248) is known color: Hemlock. HEX triplet: 63, 62 and 48. RGB value is (99,98,72). Sum of RGB (Red+Green+Blue) = 99+98+72=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #636248 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #636248 is #9C9DB7. Grayscale: #5F5F5F. Windows color (decimal): -10263992 or 4743779. OLE color: 4743779.
HSL color Cylindrical-coordinate representation of color #636248: hue angle of 57.78º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #636248 is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 72 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.61 |
| HSL | 57.78º | 0.16% | 0.34% | - |
| HSV(B) | 57.78º | 0.27% | 0.39% | - |
| XYZ | 10.68 | 11.86 | 7.86 | - |
| YUV | 95.34 | 114.83 | 130.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 72 | 0 | 0.01 | 0.27 | 0.61 | 57.78 | 0.16 | 0.34 |
| Hex | 63 | 62 | 48 | 0 | 1 | 1B | 3D | 3A | 10 | 22 |
| Octal | 143 | 142 | 110 | 0 | 1 | 33 | 75 | 72 | 20 | 42 |
| Binary | 1100011 | 1100010 | 1001000 | 0 | 1 | 11011 | 111101 | 111010 | 10000 | 100010 |
Color Harmonies of #636248
Complementary color
Monochromatic Colors of #636248
Black with #636248
Text Example
Text Example
White with #636248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636248; }
p { color: rgb(99,98,72); }
H1.HeaderClassName
{
color: #636248;
}
.AnyTagClassName
{
color: #636248;
}
</style>
background-color css
<style>
a { background-color: #636248; }
a { background-color: rgb(99,98,72); }
div.DivClassName
{
background-color: #636248;
}
.BgClassName
{
background-color: #636248;
}
</style>
border-color css
<style>
span { border-color: #636248; }
span { border-color: rgb(99,98,72); }
td.TdClassName
{
border-color: #636248;
}
.TagClassName
{
border-color: #636248;
}
</style>