Shades of Dingley #698649
Tints of Dingley #698649
RGB
CMYK
RGB Variations
Color information
#698649 (or 0x698649) is known color: Dingley. HEX triplet: 69, 86 and 49. RGB value is (105,134,73). Sum of RGB (Red+Green+Blue) = 105+134+73=312 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.65% from 312); Green value is 134 (52.73% from 255 or 42.95% from 312); Blue value is 73 (28.91% from 255 or 23.40% from 312); Max value from RGB is 134 - color contains mainly: green. Hex color #698649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698649 is #9679B6. Grayscale: #767676. Windows color (decimal): -9861559 or 4818537. OLE color: 4818537.
HSL color Cylindrical-coordinate representation of color #698649: hue angle of 88.52º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698649 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 73 | - |
| CMYK | 0.22 | 0 | 0.46 | 0.47 |
| HSL | 88.52º | 0.29% | 0.41% | - |
| HSV(B) | 88.52º | 0.46% | 0.53% | - |
| XYZ | 15.55 | 20.53 | 9.45 | - |
| YUV | 118.38 | 102.39 | 118.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 73 | 0.22 | 0 | 0.46 | 0.47 | 88.52 | 0.29 | 0.41 |
| Hex | 69 | 86 | 49 | 16 | 0 | 2E | 2F | 59 | 1D | 29 |
| Octal | 151 | 206 | 111 | 26 | 0 | 56 | 57 | 131 | 35 | 51 |
| Binary | 1101001 | 10000110 | 1001001 | 10110 | 0 | 101110 | 101111 | 1011001 | 11101 | 101001 |
Color Harmonies of #698649
Complementary color
Monochromatic Colors of #698649
Black with #698649
Text Example
Text Example
White with #698649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698649; }
p { color: rgb(105,134,73); }
H1.HeaderClassName
{
color: #698649;
}
.AnyTagClassName
{
color: #698649;
}
</style>
background-color css
<style>
a { background-color: #698649; }
a { background-color: rgb(105,134,73); }
div.DivClassName
{
background-color: #698649;
}
.BgClassName
{
background-color: #698649;
}
</style>
border-color css
<style>
span { border-color: #698649; }
span { border-color: rgb(105,134,73); }
td.TdClassName
{
border-color: #698649;
}
.TagClassName
{
border-color: #698649;
}
</style>