Shades of Dingley #637C4D
Tints of Dingley #637C4D
RGB
CMYK
RGB Variations
Color information
#637C4D (or 0x637C4D) is known color: Dingley. HEX triplet: 63, 7C and 4D. RGB value is (99,124,77). Sum of RGB (Red+Green+Blue) = 99+124+77=300 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33% from 300); Green value is 124 (48.83% from 255 or 41.33% from 300); Blue value is 77 (30.47% from 255 or 25.67% from 300); Max value from RGB is 124 - color contains mainly: green. Hex color #637C4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637C4D is #9C83B2. Grayscale: #6F6F6F. Windows color (decimal): -10257331 or 5078115. OLE color: 5078115.
HSL color Cylindrical-coordinate representation of color #637C4D: hue angle of 91.91º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #637C4D is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 77 | - |
| CMYK | 0.20 | 0 | 0.38 | 0.51 |
| HSL | 91.91º | 0.23% | 0.39% | - |
| HSV(B) | 91.91º | 0.38% | 0.49% | - |
| XYZ | 13.69 | 17.6 | 9.7 | - |
| YUV | 111.17 | 108.72 | 119.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 77 | 0.20 | 0 | 0.38 | 0.51 | 91.91 | 0.23 | 0.39 |
| Hex | 63 | 7C | 4D | 14 | 0 | 26 | 33 | 5C | 17 | 27 |
| Octal | 143 | 174 | 115 | 24 | 0 | 46 | 63 | 134 | 27 | 47 |
| Binary | 1100011 | 1111100 | 1001101 | 10100 | 0 | 100110 | 110011 | 1011100 | 10111 | 100111 |
Color Harmonies of #637C4D
Complementary color
Monochromatic Colors of #637C4D
Black with #637C4D
Text Example
Text Example
White with #637C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C4D; }
p { color: rgb(99,124,77); }
H1.HeaderClassName
{
color: #637C4D;
}
.AnyTagClassName
{
color: #637C4D;
}
</style>
background-color css
<style>
a { background-color: #637C4D; }
a { background-color: rgb(99,124,77); }
div.DivClassName
{
background-color: #637C4D;
}
.BgClassName
{
background-color: #637C4D;
}
</style>
border-color css
<style>
span { border-color: #637C4D; }
span { border-color: rgb(99,124,77); }
td.TdClassName
{
border-color: #637C4D;
}
.TagClassName
{
border-color: #637C4D;
}
</style>