Shades of Hemlock #636150
Tints of Hemlock #636150
RGB
CMYK
RGB Variations
Color information
#636150 (or 0x636150) is known color: Hemlock. HEX triplet: 63, 61 and 50. RGB value is (99,97,80). Sum of RGB (Red+Green+Blue) = 99+97+80=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 80 (31.64% from 255 or 28.99% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #636150 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636150 is #9C9EAF. Grayscale: #5F5F5F. Windows color (decimal): -10264240 or 5267811. OLE color: 5267811.
HSL color Cylindrical-coordinate representation of color #636150: hue angle of 53.68º 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 #636150 is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 97 | 80 | - |
| CMYK | 0 | 0.02 | 0.19 | 0.61 |
| HSL | 53.68º | 0.11% | 0.35% | - |
| HSV(B) | 53.68º | 0.19% | 0.39% | - |
| XYZ | 10.87 | 11.78 | 9.29 | - |
| YUV | 95.66 | 119.16 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 97 | 80 | 0 | 0.02 | 0.19 | 0.61 | 53.68 | 0.11 | 0.35 |
| Hex | 63 | 61 | 50 | 0 | 2 | 13 | 3D | 36 | B | 23 |
| Octal | 143 | 141 | 120 | 0 | 2 | 23 | 75 | 66 | 13 | 43 |
| Binary | 1100011 | 1100001 | 1010000 | 0 | 10 | 10011 | 111101 | 110110 | 1011 | 100011 |
Color Harmonies of #636150
Complementary color
Monochromatic Colors of #636150
Black with #636150
Text Example
Text Example
White with #636150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #636150; }
p { color: rgb(99,97,80); }
H1.HeaderClassName
{
color: #636150;
}
.AnyTagClassName
{
color: #636150;
}
</style>
background-color css
<style>
a { background-color: #636150; }
a { background-color: rgb(99,97,80); }
div.DivClassName
{
background-color: #636150;
}
.BgClassName
{
background-color: #636150;
}
</style>
border-color css
<style>
span { border-color: #636150; }
span { border-color: rgb(99,97,80); }
td.TdClassName
{
border-color: #636150;
}
.TagClassName
{
border-color: #636150;
}
</style>