Shades of Dingley #687848
Tints of Dingley #687848
RGB
CMYK
RGB Variations
Color information
#687848 (or 0x687848) is known color: Dingley. HEX triplet: 68, 78 and 48. RGB value is (104,120,72). Sum of RGB (Red+Green+Blue) = 104+120+72=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #687848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687848 is #9787B7. Grayscale: #6D6D6D. Windows color (decimal): -9930680 or 4749416. OLE color: 4749416.
HSL color Cylindrical-coordinate representation of color #687848: hue angle of 80º 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 #687848 is Cyan = 0.13, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 104 | 120 | 72 | - |
| CMYK | 0.13 | 0 | 0.40 | 0.53 |
| HSL | 80º | 0.25% | 0.38% | - |
| HSV(B) | 80º | 0.4% | 0.47% | - |
| XYZ | 13.6 | 16.84 | 8.67 | - |
| YUV | 109.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 120 | 72 | 0.13 | 0 | 0.40 | 0.53 | 80 | 0.25 | 0.38 |
| Hex | 68 | 78 | 48 | D | 0 | 28 | 35 | 50 | 19 | 26 |
| Octal | 150 | 170 | 110 | 15 | 0 | 50 | 65 | 120 | 31 | 46 |
| Binary | 1101000 | 1111000 | 1001000 | 1101 | 0 | 101000 | 110101 | 1010000 | 11001 | 100110 |
Color Harmonies of #687848
Complementary color
Monochromatic Colors of #687848
Black with #687848
Text Example
Text Example
White with #687848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687848; }
p { color: rgb(104,120,72); }
H1.HeaderClassName
{
color: #687848;
}
.AnyTagClassName
{
color: #687848;
}
</style>
background-color css
<style>
a { background-color: #687848; }
a { background-color: rgb(104,120,72); }
div.DivClassName
{
background-color: #687848;
}
.BgClassName
{
background-color: #687848;
}
</style>
border-color css
<style>
span { border-color: #687848; }
span { border-color: rgb(104,120,72); }
td.TdClassName
{
border-color: #687848;
}
.TagClassName
{
border-color: #687848;
}
</style>