Shades of Dingley #637A46
Tints of Dingley #637A46
RGB
CMYK
RGB Variations
Color information
#637A46 (or 0x637A46) is known color: Dingley. HEX triplet: 63, 7A and 46. RGB value is (99,122,70). Sum of RGB (Red+Green+Blue) = 99+122+70=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 122 (48.05% from 255 or 41.92% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 122 - color contains mainly: green. Hex color #637A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #637A46 is #9C85B9. Grayscale: #6D6D6D. Windows color (decimal): -10257850 or 4618851. OLE color: 4618851.
HSL color Cylindrical-coordinate representation of color #637A46: hue angle of 86.54º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #637A46 is Cyan = 0.19, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 99 | 122 | 70 | - |
| CMYK | 0.19 | 0 | 0.43 | 0.52 |
| HSL | 86.54º | 0.27% | 0.38% | - |
| HSV(B) | 86.54º | 0.43% | 0.48% | - |
| XYZ | 13.21 | 17.01 | 8.38 | - |
| YUV | 109.2 | 105.88 | 120.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 122 | 70 | 0.19 | 0 | 0.43 | 0.52 | 86.54 | 0.27 | 0.38 |
| Hex | 63 | 7A | 46 | 13 | 0 | 2B | 34 | 57 | 1B | 26 |
| Octal | 143 | 172 | 106 | 23 | 0 | 53 | 64 | 127 | 33 | 46 |
| Binary | 1100011 | 1111010 | 1000110 | 10011 | 0 | 101011 | 110100 | 1010111 | 11011 | 100110 |
Color Harmonies of #637A46
Complementary color
Monochromatic Colors of #637A46
Black with #637A46
Text Example
Text Example
White with #637A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637A46; }
p { color: rgb(99,122,70); }
H1.HeaderClassName
{
color: #637A46;
}
.AnyTagClassName
{
color: #637A46;
}
</style>
background-color css
<style>
a { background-color: #637A46; }
a { background-color: rgb(99,122,70); }
div.DivClassName
{
background-color: #637A46;
}
.BgClassName
{
background-color: #637A46;
}
</style>
border-color css
<style>
span { border-color: #637A46; }
span { border-color: rgb(99,122,70); }
td.TdClassName
{
border-color: #637A46;
}
.TagClassName
{
border-color: #637A46;
}
</style>