Shades of Dingley #69863E
Tints of Dingley #69863E
RGB
CMYK
RGB Variations
Color information
#69863E (or 0x69863E) is known color: Dingley. HEX triplet: 69, 86 and 3E. RGB value is (105,134,62). Sum of RGB (Red+Green+Blue) = 105+134+62=301 (39% of max value = 765). Red value is 105 (41.41% from 255 or 34.88% from 301); Green value is 134 (52.73% from 255 or 44.52% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 134 - color contains mainly: green. Hex color #69863E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69863E is #9679C1. Grayscale: #757575. Windows color (decimal): -9861570 or 4097641. OLE color: 4097641.
HSL color Cylindrical-coordinate representation of color #69863E: hue angle of 84.17º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #69863E is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 62 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.47 |
| HSL | 84.17º | 0.37% | 0.38% | - |
| HSV(B) | 84.17º | 0.54% | 0.53% | - |
| XYZ | 15.22 | 20.4 | 7.69 | - |
| YUV | 117.12 | 96.89 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 62 | 0.22 | 0 | 0.54 | 0.47 | 84.17 | 0.37 | 0.38 |
| Hex | 69 | 86 | 3E | 16 | 0 | 36 | 2F | 54 | 25 | 26 |
| Octal | 151 | 206 | 76 | 26 | 0 | 66 | 57 | 124 | 45 | 46 |
| Binary | 1101001 | 10000110 | 111110 | 10110 | 0 | 110110 | 101111 | 1010100 | 100101 | 100110 |
Color Harmonies of #69863E
Complementary color
Monochromatic Colors of #69863E
Black with #69863E
Text Example
Text Example
White with #69863E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69863E; }
p { color: rgb(105,134,62); }
H1.HeaderClassName
{
color: #69863E;
}
.AnyTagClassName
{
color: #69863E;
}
</style>
background-color css
<style>
a { background-color: #69863E; }
a { background-color: rgb(105,134,62); }
div.DivClassName
{
background-color: #69863E;
}
.BgClassName
{
background-color: #69863E;
}
</style>
border-color css
<style>
span { border-color: #69863E; }
span { border-color: rgb(105,134,62); }
td.TdClassName
{
border-color: #69863E;
}
.TagClassName
{
border-color: #69863E;
}
</style>