Shades of Dingley #68823E
Tints of Dingley #68823E
RGB
CMYK
RGB Variations
Color information
#68823E (or 0x68823E) is known color: Dingley. HEX triplet: 68, 82 and 3E. RGB value is (104,130,62). Sum of RGB (Red+Green+Blue) = 104+130+62=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #68823E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823E is #977DC1. Grayscale: #727272. Windows color (decimal): -9928130 or 4096616. OLE color: 4096616.
HSL color Cylindrical-coordinate representation of color #68823E: hue angle of 82.94º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68823E is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 62 | - |
| CMYK | 0.2 | 0 | 0.52 | 0.49 |
| HSL | 82.94º | 0.35% | 0.38% | - |
| HSV(B) | 82.94º | 0.52% | 0.51% | - |
| XYZ | 14.56 | 19.26 | 7.51 | - |
| YUV | 114.47 | 98.39 | 120.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 62 | 0.2 | 0 | 0.52 | 0.49 | 82.94 | 0.35 | 0.38 |
| Hex | 68 | 82 | 3E | 14 | 0 | 34 | 31 | 53 | 23 | 26 |
| Octal | 150 | 202 | 76 | 24 | 0 | 64 | 61 | 123 | 43 | 46 |
| Binary | 1101000 | 10000010 | 111110 | 10100 | 0 | 110100 | 110001 | 1010011 | 100011 | 100110 |
Color Harmonies of #68823E
Complementary color
Monochromatic Colors of #68823E
Black with #68823E
Text Example
Text Example
White with #68823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68823E; }
p { color: rgb(104,130,62); }
H1.HeaderClassName
{
color: #68823E;
}
.AnyTagClassName
{
color: #68823E;
}
</style>
background-color css
<style>
a { background-color: #68823E; }
a { background-color: rgb(104,130,62); }
div.DivClassName
{
background-color: #68823E;
}
.BgClassName
{
background-color: #68823E;
}
</style>
border-color css
<style>
span { border-color: #68823E; }
span { border-color: rgb(104,130,62); }
td.TdClassName
{
border-color: #68823E;
}
.TagClassName
{
border-color: #68823E;
}
</style>