Shades of Dingley #637C51
Tints of Dingley #637C51
RGB
CMYK
RGB Variations
Color information
#637C51 (or 0x637C51) is known color: Dingley. HEX triplet: 63, 7C and 51. RGB value is (99,124,81). Sum of RGB (Red+Green+Blue) = 99+124+81=304 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.57% from 304); Green value is 124 (48.83% from 255 or 40.79% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 124 - color contains mainly: green. Hex color #637C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C51 is #9C83AE. Grayscale: #6F6F6F. Windows color (decimal): -10257327 or 5340259. OLE color: 5340259.
HSL color Cylindrical-coordinate representation of color #637C51: hue angle of 94.88º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #637C51 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 81 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.51 |
| HSL | 94.88º | 0.21% | 0.4% | - |
| HSV(B) | 94.88º | 0.35% | 0.49% | - |
| XYZ | 13.84 | 17.66 | 10.46 | - |
| YUV | 111.62 | 110.72 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 81 | 0.20 | 0 | 0.35 | 0.51 | 94.88 | 0.21 | 0.4 |
| Hex | 63 | 7C | 51 | 14 | 0 | 23 | 33 | 5F | 15 | 28 |
| Octal | 143 | 174 | 121 | 24 | 0 | 43 | 63 | 137 | 25 | 50 |
| Binary | 1100011 | 1111100 | 1010001 | 10100 | 0 | 100011 | 110011 | 1011111 | 10101 | 101000 |
Color Harmonies of #637C51
Complementary color
Monochromatic Colors of #637C51
Black with #637C51
Text Example
Text Example
White with #637C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C51; }
p { color: rgb(99,124,81); }
H1.HeaderClassName
{
color: #637C51;
}
.AnyTagClassName
{
color: #637C51;
}
</style>
background-color css
<style>
a { background-color: #637C51; }
a { background-color: rgb(99,124,81); }
div.DivClassName
{
background-color: #637C51;
}
.BgClassName
{
background-color: #637C51;
}
</style>
border-color css
<style>
span { border-color: #637C51; }
span { border-color: rgb(99,124,81); }
td.TdClassName
{
border-color: #637C51;
}
.TagClassName
{
border-color: #637C51;
}
</style>