Shades of Dingley #687A48
Tints of Dingley #687A48
RGB
CMYK
RGB Variations
Color information
#687A48 (or 0x687A48) is known color: Dingley. HEX triplet: 68, 7A and 48. RGB value is (104,122,72). Sum of RGB (Red+Green+Blue) = 104+122+72=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #687A48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687A48 is #9785B7. Grayscale: #6F6F6F. Windows color (decimal): -9930168 or 4749928. OLE color: 4749928.
HSL color Cylindrical-coordinate representation of color #687A48: hue angle of 81.6º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #687A48 is Cyan = 0.15, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 72 | - |
| CMYK | 0.15 | 0 | 0.41 | 0.52 |
| HSL | 81.6º | 0.26% | 0.38% | - |
| HSV(B) | 81.6º | 0.41% | 0.48% | - |
| XYZ | 13.84 | 17.33 | 8.75 | - |
| YUV | 110.92 | 106.04 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 72 | 0.15 | 0 | 0.41 | 0.52 | 81.6 | 0.26 | 0.38 |
| Hex | 68 | 7A | 48 | F | 0 | 29 | 34 | 52 | 1A | 26 |
| Octal | 150 | 172 | 110 | 17 | 0 | 51 | 64 | 122 | 32 | 46 |
| Binary | 1101000 | 1111010 | 1001000 | 1111 | 0 | 101001 | 110100 | 1010010 | 11010 | 100110 |
Color Harmonies of #687A48
Complementary color
Monochromatic Colors of #687A48
Black with #687A48
Text Example
Text Example
White with #687A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A48; }
p { color: rgb(104,122,72); }
H1.HeaderClassName
{
color: #687A48;
}
.AnyTagClassName
{
color: #687A48;
}
</style>
background-color css
<style>
a { background-color: #687A48; }
a { background-color: rgb(104,122,72); }
div.DivClassName
{
background-color: #687A48;
}
.BgClassName
{
background-color: #687A48;
}
</style>
border-color css
<style>
span { border-color: #687A48; }
span { border-color: rgb(104,122,72); }
td.TdClassName
{
border-color: #687A48;
}
.TagClassName
{
border-color: #687A48;
}
</style>