Shades of Dingley #68883D
Tints of Dingley #68883D
RGB
CMYK
RGB Variations
Color information
#68883D (or 0x68883D) is known color: Dingley. HEX triplet: 68, 88 and 3D. RGB value is (104,136,61). Sum of RGB (Red+Green+Blue) = 104+136+61=301 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.55% from 301); Green value is 136 (53.52% from 255 or 45.18% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 136 - color contains mainly: green. Hex color #68883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68883D is #9777C2. Grayscale: #767676. Windows color (decimal): -9926595 or 4032616. OLE color: 4032616.
HSL color Cylindrical-coordinate representation of color #68883D: hue angle of 85.6º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #68883D is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 136 | 61 | - |
| CMYK | 0.24 | 0 | 0.55 | 0.47 |
| HSL | 85.6º | 0.38% | 0.39% | - |
| HSV(B) | 85.6º | 0.55% | 0.53% | - |
| XYZ | 15.36 | 20.89 | 7.64 | - |
| YUV | 117.88 | 95.9 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 61 | 0.24 | 0 | 0.55 | 0.47 | 85.6 | 0.38 | 0.39 |
| Hex | 68 | 88 | 3D | 18 | 0 | 37 | 2F | 56 | 26 | 27 |
| Octal | 150 | 210 | 75 | 30 | 0 | 67 | 57 | 126 | 46 | 47 |
| Binary | 1101000 | 10001000 | 111101 | 11000 | 0 | 110111 | 101111 | 1010110 | 100110 | 100111 |
Color Harmonies of #68883D
Complementary color
Monochromatic Colors of #68883D
Black with #68883D
Text Example
Text Example
White with #68883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68883D; }
p { color: rgb(104,136,61); }
H1.HeaderClassName
{
color: #68883D;
}
.AnyTagClassName
{
color: #68883D;
}
</style>
background-color css
<style>
a { background-color: #68883D; }
a { background-color: rgb(104,136,61); }
div.DivClassName
{
background-color: #68883D;
}
.BgClassName
{
background-color: #68883D;
}
</style>
border-color css
<style>
span { border-color: #68883D; }
span { border-color: rgb(104,136,61); }
td.TdClassName
{
border-color: #68883D;
}
.TagClassName
{
border-color: #68883D;
}
</style>