Shades of Dingley #637750
Tints of Dingley #637750
RGB
CMYK
RGB Variations
Color information
#637750 (or 0x637750) is known color: Dingley. HEX triplet: 63, 77 and 50. RGB value is (99,119,80). Sum of RGB (Red+Green+Blue) = 99+119+80=298 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.22% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #637750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #637750 is #9C88AF. Grayscale: #6C6C6C. Windows color (decimal): -10258608 or 5273443. OLE color: 5273443.
HSL color Cylindrical-coordinate representation of color #637750: hue angle of 90.77º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #637750 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 99 | 119 | 80 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.53 |
| HSL | 90.77º | 0.2% | 0.39% | - |
| HSV(B) | 90.77º | 0.33% | 0.47% | - |
| XYZ | 13.19 | 16.43 | 10.06 | - |
| YUV | 108.57 | 111.87 | 121.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 119 | 80 | 0.17 | 0 | 0.33 | 0.53 | 90.77 | 0.2 | 0.39 |
| Hex | 63 | 77 | 50 | 11 | 0 | 21 | 35 | 5B | 14 | 27 |
| Octal | 143 | 167 | 120 | 21 | 0 | 41 | 65 | 133 | 24 | 47 |
| Binary | 1100011 | 1110111 | 1010000 | 10001 | 0 | 100001 | 110101 | 1011011 | 10100 | 100111 |
Color Harmonies of #637750
Complementary color
Monochromatic Colors of #637750
Black with #637750
Text Example
Text Example
White with #637750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #637750; }
p { color: rgb(99,119,80); }
H1.HeaderClassName
{
color: #637750;
}
.AnyTagClassName
{
color: #637750;
}
</style>
background-color css
<style>
a { background-color: #637750; }
a { background-color: rgb(99,119,80); }
div.DivClassName
{
background-color: #637750;
}
.BgClassName
{
background-color: #637750;
}
</style>
border-color css
<style>
span { border-color: #637750; }
span { border-color: rgb(99,119,80); }
td.TdClassName
{
border-color: #637750;
}
.TagClassName
{
border-color: #637750;
}
</style>