Shades of Dingley #68853D
Tints of Dingley #68853D
RGB
CMYK
RGB Variations
Color information
#68853D (or 0x68853D) is known color: Dingley. HEX triplet: 68, 85 and 3D. RGB value is (104,133,61). Sum of RGB (Red+Green+Blue) = 104+133+61=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #68853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853D is #977AC2. Grayscale: #747474. Windows color (decimal): -9927363 or 4031848. OLE color: 4031848.
HSL color Cylindrical-coordinate representation of color #68853D: hue angle of 84.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #68853D is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 133 | 61 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.48 |
| HSL | 84.17º | 0.37% | 0.38% | - |
| HSV(B) | 84.17º | 0.54% | 0.52% | - |
| XYZ | 14.94 | 20.06 | 7.5 | - |
| YUV | 116.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 133 | 61 | 0.22 | 0 | 0.54 | 0.48 | 84.17 | 0.37 | 0.38 |
| Hex | 68 | 85 | 3D | 16 | 0 | 36 | 30 | 54 | 25 | 26 |
| Octal | 150 | 205 | 75 | 26 | 0 | 66 | 60 | 124 | 45 | 46 |
| Binary | 1101000 | 10000101 | 111101 | 10110 | 0 | 110110 | 110000 | 1010100 | 100101 | 100110 |
Color Harmonies of #68853D
Complementary color
Monochromatic Colors of #68853D
Black with #68853D
Text Example
Text Example
White with #68853D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68853D; }
p { color: rgb(104,133,61); }
H1.HeaderClassName
{
color: #68853D;
}
.AnyTagClassName
{
color: #68853D;
}
</style>
background-color css
<style>
a { background-color: #68853D; }
a { background-color: rgb(104,133,61); }
div.DivClassName
{
background-color: #68853D;
}
.BgClassName
{
background-color: #68853D;
}
</style>
border-color css
<style>
span { border-color: #68853D; }
span { border-color: rgb(104,133,61); }
td.TdClassName
{
border-color: #68853D;
}
.TagClassName
{
border-color: #68853D;
}
</style>