Shades of Dingley #687F52
Tints of Dingley #687F52
RGB
CMYK
RGB Variations
Color information
#687F52 (or 0x687F52) is known color: Dingley. HEX triplet: 68, 7F and 52. RGB value is (104,127,82). Sum of RGB (Red+Green+Blue) = 104+127+82=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 127 (50% from 255 or 40.58% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 127 - color contains mainly: green. Hex color #687F52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #687F52 is #9780AD. Grayscale: #737373. Windows color (decimal): -9928878 or 5406568. OLE color: 5406568.
HSL color Cylindrical-coordinate representation of color #687F52: hue angle of 90.67º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #687F52 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 104 | 127 | 82 | - |
| CMYK | 0.18 | 0 | 0.35 | 0.50 |
| HSL | 90.67º | 0.22% | 0.41% | - |
| HSV(B) | 90.67º | 0.35% | 0.5% | - |
| XYZ | 14.82 | 18.73 | 10.82 | - |
| YUV | 114.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 127 | 82 | 0.18 | 0 | 0.35 | 0.50 | 90.67 | 0.22 | 0.41 |
| Hex | 68 | 7F | 52 | 12 | 0 | 23 | 32 | 5B | 16 | 29 |
| Octal | 150 | 177 | 122 | 22 | 0 | 43 | 62 | 133 | 26 | 51 |
| Binary | 1101000 | 1111111 | 1010010 | 10010 | 0 | 100011 | 110010 | 1011011 | 10110 | 101001 |
Color Harmonies of #687F52
Complementary color
Monochromatic Colors of #687F52
Black with #687F52
Text Example
Text Example
White with #687F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687F52; }
p { color: rgb(104,127,82); }
H1.HeaderClassName
{
color: #687F52;
}
.AnyTagClassName
{
color: #687F52;
}
</style>
background-color css
<style>
a { background-color: #687F52; }
a { background-color: rgb(104,127,82); }
div.DivClassName
{
background-color: #687F52;
}
.BgClassName
{
background-color: #687F52;
}
</style>
border-color css
<style>
span { border-color: #687F52; }
span { border-color: rgb(104,127,82); }
td.TdClassName
{
border-color: #687F52;
}
.TagClassName
{
border-color: #687F52;
}
</style>