Shades of Dingley #68823D
Tints of Dingley #68823D
RGB
CMYK
RGB Variations
Color information
#68823D (or 0x68823D) is known color: Dingley. HEX triplet: 68, 82 and 3D. RGB value is (104,130,61). Sum of RGB (Red+Green+Blue) = 104+130+61=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #68823D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823D is #977DC2. Grayscale: #727272. Windows color (decimal): -9928131 or 4031080. OLE color: 4031080.
HSL color Cylindrical-coordinate representation of color #68823D: hue angle of 82.61º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68823D is Cyan = 0.2, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 104 | 130 | 61 | - |
| CMYK | 0.2 | 0 | 0.53 | 0.49 |
| HSL | 82.61º | 0.36% | 0.37% | - |
| HSV(B) | 82.61º | 0.53% | 0.51% | - |
| XYZ | 14.53 | 19.25 | 7.36 | - |
| YUV | 114.36 | 97.89 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 130 | 61 | 0.2 | 0 | 0.53 | 0.49 | 82.61 | 0.36 | 0.37 |
| Hex | 68 | 82 | 3D | 14 | 0 | 35 | 31 | 53 | 24 | 25 |
| Octal | 150 | 202 | 75 | 24 | 0 | 65 | 61 | 123 | 44 | 45 |
| Binary | 1101000 | 10000010 | 111101 | 10100 | 0 | 110101 | 110001 | 1010011 | 100100 | 100101 |
Color Harmonies of #68823D
Complementary color
Monochromatic Colors of #68823D
Black with #68823D
Text Example
Text Example
White with #68823D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68823D; }
p { color: rgb(104,130,61); }
H1.HeaderClassName
{
color: #68823D;
}
.AnyTagClassName
{
color: #68823D;
}
</style>
background-color css
<style>
a { background-color: #68823D; }
a { background-color: rgb(104,130,61); }
div.DivClassName
{
background-color: #68823D;
}
.BgClassName
{
background-color: #68823D;
}
</style>
border-color css
<style>
span { border-color: #68823D; }
span { border-color: rgb(104,130,61); }
td.TdClassName
{
border-color: #68823D;
}
.TagClassName
{
border-color: #68823D;
}
</style>