Shades of Dingley #68814D
Tints of Dingley #68814D
RGB
CMYK
RGB Variations
Color information
#68814D (or 0x68814D) is known color: Dingley. HEX triplet: 68, 81 and 4D. RGB value is (104,129,77). Sum of RGB (Red+Green+Blue) = 104+129+77=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #68814D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #68814D is #977EB2. Grayscale: #737373. Windows color (decimal): -9928371 or 5079400. OLE color: 5079400.
HSL color Cylindrical-coordinate representation of color #68814D: hue angle of 88.85º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #68814D is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 129 | 77 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.49 |
| HSL | 88.85º | 0.25% | 0.4% | - |
| HSV(B) | 88.85º | 0.4% | 0.51% | - |
| XYZ | 14.9 | 19.18 | 9.94 | - |
| YUV | 115.6 | 106.22 | 119.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 77 | 0.19 | 0 | 0.40 | 0.49 | 88.85 | 0.25 | 0.4 |
| Hex | 68 | 81 | 4D | 13 | 0 | 28 | 31 | 59 | 19 | 28 |
| Octal | 150 | 201 | 115 | 23 | 0 | 50 | 61 | 131 | 31 | 50 |
| Binary | 1101000 | 10000001 | 1001101 | 10011 | 0 | 101000 | 110001 | 1011001 | 11001 | 101000 |
Color Harmonies of #68814D
Complementary color
Monochromatic Colors of #68814D
Black with #68814D
Text Example
Text Example
White with #68814D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68814D; }
p { color: rgb(104,129,77); }
H1.HeaderClassName
{
color: #68814D;
}
.AnyTagClassName
{
color: #68814D;
}
</style>
background-color css
<style>
a { background-color: #68814D; }
a { background-color: rgb(104,129,77); }
div.DivClassName
{
background-color: #68814D;
}
.BgClassName
{
background-color: #68814D;
}
</style>
border-color css
<style>
span { border-color: #68814D; }
span { border-color: rgb(104,129,77); }
td.TdClassName
{
border-color: #68814D;
}
.TagClassName
{
border-color: #68814D;
}
</style>