Shades of Hemlock #636250
Tints of Hemlock #636250
RGB
CMYK
RGB Variations
Color information
#636250 (or 0x636250) is known color: Hemlock. HEX triplet: 63, 62 and 50. RGB value is (99,98,80). Sum of RGB (Red+Green+Blue) = 99+98+80=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #636250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636250 is #9C9DAF. Grayscale: #606060. Windows color (decimal): -10263984 or 5268067. OLE color: 5268067.
HSL color Cylindrical-coordinate representation of color #636250: hue angle of 56.84º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #636250 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 98 | 80 | - |
| CMYK | 0 | 0.01 | 0.19 | 0.61 |
| HSL | 56.84º | 0.11% | 0.35% | - |
| HSV(B) | 56.84º | 0.19% | 0.39% | - |
| XYZ | 10.96 | 11.97 | 9.32 | - |
| YUV | 96.25 | 118.83 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 98 | 80 | 0 | 0.01 | 0.19 | 0.61 | 56.84 | 0.11 | 0.35 |
| Hex | 63 | 62 | 50 | 0 | 1 | 13 | 3D | 39 | B | 23 |
| Octal | 143 | 142 | 120 | 0 | 1 | 23 | 75 | 71 | 13 | 43 |
| Binary | 1100011 | 1100010 | 1010000 | 0 | 1 | 10011 | 111101 | 111001 | 1011 | 100011 |
Color Harmonies of #636250
Complementary color
Monochromatic Colors of #636250
Black with #636250
Text Example
Text Example
White with #636250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636250; }
p { color: rgb(99,98,80); }
H1.HeaderClassName
{
color: #636250;
}
.AnyTagClassName
{
color: #636250;
}
</style>
background-color css
<style>
a { background-color: #636250; }
a { background-color: rgb(99,98,80); }
div.DivClassName
{
background-color: #636250;
}
.BgClassName
{
background-color: #636250;
}
</style>
border-color css
<style>
span { border-color: #636250; }
span { border-color: rgb(99,98,80); }
td.TdClassName
{
border-color: #636250;
}
.TagClassName
{
border-color: #636250;
}
</style>