Shades of Dingley #637948
Tints of Dingley #637948
RGB
CMYK
RGB Variations
Color information
#637948 (or 0x637948) is known color: Dingley. HEX triplet: 63, 79 and 48. RGB value is (99,121,72). Sum of RGB (Red+Green+Blue) = 99+121+72=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #637948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637948 is #9C86B7. Grayscale: #6D6D6D. Windows color (decimal): -10258104 or 4749667. OLE color: 4749667.
HSL color Cylindrical-coordinate representation of color #637948: hue angle of 86.94º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #637948 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 121 | 72 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.53 |
| HSL | 86.94º | 0.25% | 0.38% | - |
| HSV(B) | 86.94º | 0.4% | 0.47% | - |
| XYZ | 13.15 | 16.8 | 8.68 | - |
| YUV | 108.84 | 107.21 | 120.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 72 | 0.18 | 0 | 0.40 | 0.53 | 86.94 | 0.25 | 0.38 |
| Hex | 63 | 79 | 48 | 12 | 0 | 28 | 35 | 57 | 19 | 26 |
| Octal | 143 | 171 | 110 | 22 | 0 | 50 | 65 | 127 | 31 | 46 |
| Binary | 1100011 | 1111001 | 1001000 | 10010 | 0 | 101000 | 110101 | 1010111 | 11001 | 100110 |
Color Harmonies of #637948
Complementary color
Monochromatic Colors of #637948
Black with #637948
Text Example
Text Example
White with #637948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637948; }
p { color: rgb(99,121,72); }
H1.HeaderClassName
{
color: #637948;
}
.AnyTagClassName
{
color: #637948;
}
</style>
background-color css
<style>
a { background-color: #637948; }
a { background-color: rgb(99,121,72); }
div.DivClassName
{
background-color: #637948;
}
.BgClassName
{
background-color: #637948;
}
</style>
border-color css
<style>
span { border-color: #637948; }
span { border-color: rgb(99,121,72); }
td.TdClassName
{
border-color: #637948;
}
.TagClassName
{
border-color: #637948;
}
</style>