Shades of Dingley #68864F
Tints of Dingley #68864F
RGB
CMYK
RGB Variations
Color information
#68864F (or 0x68864F) is known color: Dingley. HEX triplet: 68, 86 and 4F. RGB value is (104,134,79). Sum of RGB (Red+Green+Blue) = 104+134+79=317 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.81% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 79 (31.25% from 255 or 24.92% from 317); Max value from RGB is 134 - color contains mainly: green. Hex color #68864F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68864F is #9779B0. Grayscale: #767676. Windows color (decimal): -9927089 or 5211752. OLE color: 5211752.
HSL color Cylindrical-coordinate representation of color #68864F: hue angle of 92.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #68864F is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 79 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.47 |
| HSL | 92.73º | 0.26% | 0.42% | - |
| HSV(B) | 92.73º | 0.41% | 0.53% | - |
| XYZ | 15.65 | 20.56 | 10.54 | - |
| YUV | 118.76 | 105.56 | 117.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 79 | 0.22 | 0 | 0.41 | 0.47 | 92.73 | 0.26 | 0.42 |
| Hex | 68 | 86 | 4F | 16 | 0 | 29 | 2F | 5D | 1A | 2A |
| Octal | 150 | 206 | 117 | 26 | 0 | 51 | 57 | 135 | 32 | 52 |
| Binary | 1101000 | 10000110 | 1001111 | 10110 | 0 | 101001 | 101111 | 1011101 | 11010 | 101010 |
Color Harmonies of #68864F
Complementary color
Monochromatic Colors of #68864F
Black with #68864F
Text Example
Text Example
White with #68864F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68864F; }
p { color: rgb(104,134,79); }
H1.HeaderClassName
{
color: #68864F;
}
.AnyTagClassName
{
color: #68864F;
}
</style>
background-color css
<style>
a { background-color: #68864F; }
a { background-color: rgb(104,134,79); }
div.DivClassName
{
background-color: #68864F;
}
.BgClassName
{
background-color: #68864F;
}
</style>
border-color css
<style>
span { border-color: #68864F; }
span { border-color: rgb(104,134,79); }
td.TdClassName
{
border-color: #68864F;
}
.TagClassName
{
border-color: #68864F;
}
</style>