Shades of Dingley #637C50
Tints of Dingley #637C50
RGB
CMYK
RGB Variations
Color information
#637C50 (or 0x637C50) is known color: Dingley. HEX triplet: 63, 7C and 50. RGB value is (99,124,80). Sum of RGB (Red+Green+Blue) = 99+124+80=303 (40% of max value = 765). Red value is 99 (39.06% from 255 or 32.67% from 303); Green value is 124 (48.83% from 255 or 40.92% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 124 - color contains mainly: green. Hex color #637C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C50 is #9C83AF. Grayscale: #6F6F6F. Windows color (decimal): -10257328 or 5274723. OLE color: 5274723.
HSL color Cylindrical-coordinate representation of color #637C50: hue angle of 94.09º degrees, saturation: 0.22, 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 #637C50 is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 80 | - |
| CMYK | 0.20 | 0 | 0.35 | 0.51 |
| HSL | 94.09º | 0.22% | 0.4% | - |
| HSV(B) | 94.09º | 0.35% | 0.49% | - |
| XYZ | 13.8 | 17.65 | 10.27 | - |
| YUV | 111.51 | 110.22 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 80 | 0.20 | 0 | 0.35 | 0.51 | 94.09 | 0.22 | 0.4 |
| Hex | 63 | 7C | 50 | 14 | 0 | 23 | 33 | 5E | 16 | 28 |
| Octal | 143 | 174 | 120 | 24 | 0 | 43 | 63 | 136 | 26 | 50 |
| Binary | 1100011 | 1111100 | 1010000 | 10100 | 0 | 100011 | 110011 | 1011110 | 10110 | 101000 |
Color Harmonies of #637C50
Complementary color
Monochromatic Colors of #637C50
Black with #637C50
Text Example
Text Example
White with #637C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C50; }
p { color: rgb(99,124,80); }
H1.HeaderClassName
{
color: #637C50;
}
.AnyTagClassName
{
color: #637C50;
}
</style>
background-color css
<style>
a { background-color: #637C50; }
a { background-color: rgb(99,124,80); }
div.DivClassName
{
background-color: #637C50;
}
.BgClassName
{
background-color: #637C50;
}
</style>
border-color css
<style>
span { border-color: #637C50; }
span { border-color: rgb(99,124,80); }
td.TdClassName
{
border-color: #637C50;
}
.TagClassName
{
border-color: #637C50;
}
</style>