Shades of Dingley #687949
Tints of Dingley #687949
RGB
CMYK
RGB Variations
Color information
#687949 (or 0x687949) is known color: Dingley. HEX triplet: 68, 79 and 49. RGB value is (104,121,73). Sum of RGB (Red+Green+Blue) = 104+121+73=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 73 (28.91% from 255 or 24.50% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #687949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687949 is #9786B6. Grayscale: #6E6E6E. Windows color (decimal): -9930423 or 4815208. OLE color: 4815208.
HSL color Cylindrical-coordinate representation of color #687949: hue angle of 81.25º 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 #687949 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 121 | 73 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.53 |
| HSL | 81.25º | 0.25% | 0.38% | - |
| HSV(B) | 81.25º | 0.4% | 0.47% | - |
| XYZ | 13.75 | 17.1 | 8.88 | - |
| YUV | 110.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 121 | 73 | 0.14 | 0 | 0.40 | 0.53 | 81.25 | 0.25 | 0.38 |
| Hex | 68 | 79 | 49 | E | 0 | 28 | 35 | 51 | 19 | 26 |
| Octal | 150 | 171 | 111 | 16 | 0 | 50 | 65 | 121 | 31 | 46 |
| Binary | 1101000 | 1111001 | 1001001 | 1110 | 0 | 101000 | 110101 | 1010001 | 11001 | 100110 |
Color Harmonies of #687949
Complementary color
Monochromatic Colors of #687949
Black with #687949
Text Example
Text Example
White with #687949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687949; }
p { color: rgb(104,121,73); }
H1.HeaderClassName
{
color: #687949;
}
.AnyTagClassName
{
color: #687949;
}
</style>
background-color css
<style>
a { background-color: #687949; }
a { background-color: rgb(104,121,73); }
div.DivClassName
{
background-color: #687949;
}
.BgClassName
{
background-color: #687949;
}
</style>
border-color css
<style>
span { border-color: #687949; }
span { border-color: rgb(104,121,73); }
td.TdClassName
{
border-color: #687949;
}
.TagClassName
{
border-color: #687949;
}
</style>