Shades of Dingley #637946
Tints of Dingley #637946
RGB
CMYK
RGB Variations
Color information
#637946 (or 0x637946) is known color: Dingley. HEX triplet: 63, 79 and 46. RGB value is (99,121,70). Sum of RGB (Red+Green+Blue) = 99+121+70=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 70 (27.73% from 255 or 24.14% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #637946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637946 is #9C86B9. Grayscale: #6C6C6C. Windows color (decimal): -10258106 or 4618595. OLE color: 4618595.
HSL color Cylindrical-coordinate representation of color #637946: hue angle of 85.88º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #637946 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 121 | 70 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.53 |
| HSL | 85.88º | 0.27% | 0.37% | - |
| HSV(B) | 85.88º | 0.42% | 0.47% | - |
| XYZ | 13.09 | 16.77 | 8.34 | - |
| YUV | 108.61 | 106.21 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 121 | 70 | 0.18 | 0 | 0.42 | 0.53 | 85.88 | 0.27 | 0.37 |
| Hex | 63 | 79 | 46 | 12 | 0 | 2A | 35 | 56 | 1B | 25 |
| Octal | 143 | 171 | 106 | 22 | 0 | 52 | 65 | 126 | 33 | 45 |
| Binary | 1100011 | 1111001 | 1000110 | 10010 | 0 | 101010 | 110101 | 1010110 | 11011 | 100101 |
Color Harmonies of #637946
Complementary color
Monochromatic Colors of #637946
Black with #637946
Text Example
Text Example
White with #637946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637946; }
p { color: rgb(99,121,70); }
H1.HeaderClassName
{
color: #637946;
}
.AnyTagClassName
{
color: #637946;
}
</style>
background-color css
<style>
a { background-color: #637946; }
a { background-color: rgb(99,121,70); }
div.DivClassName
{
background-color: #637946;
}
.BgClassName
{
background-color: #637946;
}
</style>
border-color css
<style>
span { border-color: #637946; }
span { border-color: rgb(99,121,70); }
td.TdClassName
{
border-color: #637946;
}
.TagClassName
{
border-color: #637946;
}
</style>