Shades of Dingley #68863A
Tints of Dingley #68863A
RGB
CMYK
RGB Variations
Color information
#68863A (or 0x68863A) is known color: Dingley. HEX triplet: 68, 86 and 3A. RGB value is (104,134,58). Sum of RGB (Red+Green+Blue) = 104+134+58=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #68863A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68863A is #9779C5. Grayscale: #747474. Windows color (decimal): -9927110 or 3835496. OLE color: 3835496.
HSL color Cylindrical-coordinate representation of color #68863A: hue angle of 83.68º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68863A is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 104 | 134 | 58 | - |
| CMYK | 0.22 | 0 | 0.57 | 0.47 |
| HSL | 83.68º | 0.4% | 0.38% | - |
| HSV(B) | 83.68º | 0.57% | 0.53% | - |
| XYZ | 15 | 20.3 | 7.13 | - |
| YUV | 116.37 | 95.06 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 134 | 58 | 0.22 | 0 | 0.57 | 0.47 | 83.68 | 0.4 | 0.38 |
| Hex | 68 | 86 | 3A | 16 | 0 | 39 | 2F | 54 | 28 | 26 |
| Octal | 150 | 206 | 72 | 26 | 0 | 71 | 57 | 124 | 50 | 46 |
| Binary | 1101000 | 10000110 | 111010 | 10110 | 0 | 111001 | 101111 | 1010100 | 101000 | 100110 |
Color Harmonies of #68863A
Complementary color
Monochromatic Colors of #68863A
Black with #68863A
Text Example
Text Example
White with #68863A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68863A; }
p { color: rgb(104,134,58); }
H1.HeaderClassName
{
color: #68863A;
}
.AnyTagClassName
{
color: #68863A;
}
</style>
background-color css
<style>
a { background-color: #68863A; }
a { background-color: rgb(104,134,58); }
div.DivClassName
{
background-color: #68863A;
}
.BgClassName
{
background-color: #68863A;
}
</style>
border-color css
<style>
span { border-color: #68863A; }
span { border-color: rgb(104,134,58); }
td.TdClassName
{
border-color: #68863A;
}
.TagClassName
{
border-color: #68863A;
}
</style>