Shades of Dingley #637C48
Tints of Dingley #637C48
RGB
CMYK
RGB Variations
Color information
#637C48 (or 0x637C48) is known color: Dingley. HEX triplet: 63, 7C and 48. RGB value is (99,124,72). Sum of RGB (Red+Green+Blue) = 99+124+72=295 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.56% from 295); Green value is 124 (48.83% from 255 or 42.03% from 295); Blue value is 72 (28.52% from 255 or 24.41% from 295); Max value from RGB is 124 - color contains mainly: green. Hex color #637C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637C48 is #9C83B7. Grayscale: #6E6E6E. Windows color (decimal): -10257336 or 4750435. OLE color: 4750435.
HSL color Cylindrical-coordinate representation of color #637C48: hue angle of 88.85º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #637C48 is Cyan = 0.20, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 99 | 124 | 72 | - |
| CMYK | 0.20 | 0 | 0.42 | 0.51 |
| HSL | 88.85º | 0.27% | 0.38% | - |
| HSV(B) | 88.85º | 0.42% | 0.49% | - |
| XYZ | 13.52 | 17.54 | 8.8 | - |
| YUV | 110.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 124 | 72 | 0.20 | 0 | 0.42 | 0.51 | 88.85 | 0.27 | 0.38 |
| Hex | 63 | 7C | 48 | 14 | 0 | 2A | 33 | 59 | 1B | 26 |
| Octal | 143 | 174 | 110 | 24 | 0 | 52 | 63 | 131 | 33 | 46 |
| Binary | 1100011 | 1111100 | 1001000 | 10100 | 0 | 101010 | 110011 | 1011001 | 11011 | 100110 |
Color Harmonies of #637C48
Complementary color
Monochromatic Colors of #637C48
Black with #637C48
Text Example
Text Example
White with #637C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637C48; }
p { color: rgb(99,124,72); }
H1.HeaderClassName
{
color: #637C48;
}
.AnyTagClassName
{
color: #637C48;
}
</style>
background-color css
<style>
a { background-color: #637C48; }
a { background-color: rgb(99,124,72); }
div.DivClassName
{
background-color: #637C48;
}
.BgClassName
{
background-color: #637C48;
}
</style>
border-color css
<style>
span { border-color: #637C48; }
span { border-color: rgb(99,124,72); }
td.TdClassName
{
border-color: #637C48;
}
.TagClassName
{
border-color: #637C48;
}
</style>