Shades of Dingley #698241
Tints of Dingley #698241
RGB
CMYK
RGB Variations
Color information
#698241 (or 0x698241) is known color: Dingley. HEX triplet: 69, 82 and 41. RGB value is (105,130,65). Sum of RGB (Red+Green+Blue) = 105+130+65=300 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 65 (25.78% from 255 or 21.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #698241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698241 is #967DBE. Grayscale: #737373. Windows color (decimal): -9862591 or 4293225. OLE color: 4293225.
HSL color Cylindrical-coordinate representation of color #698241: hue angle of 83.08º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #698241 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 105 | 130 | 65 | - |
| CMYK | 0.19 | 0 | 0.50 | 0.49 |
| HSL | 83.08º | 0.33% | 0.38% | - |
| HSV(B) | 83.08º | 0.5% | 0.51% | - |
| XYZ | 14.76 | 19.35 | 7.96 | - |
| YUV | 115.12 | 99.72 | 120.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 130 | 65 | 0.19 | 0 | 0.50 | 0.49 | 83.08 | 0.33 | 0.38 |
| Hex | 69 | 82 | 41 | 13 | 0 | 32 | 31 | 53 | 21 | 26 |
| Octal | 151 | 202 | 101 | 23 | 0 | 62 | 61 | 123 | 41 | 46 |
| Binary | 1101001 | 10000010 | 1000001 | 10011 | 0 | 110010 | 110001 | 1010011 | 100001 | 100110 |
Color Harmonies of #698241
Complementary color
Monochromatic Colors of #698241
Black with #698241
Text Example
Text Example
White with #698241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698241; }
p { color: rgb(105,130,65); }
H1.HeaderClassName
{
color: #698241;
}
.AnyTagClassName
{
color: #698241;
}
</style>
background-color css
<style>
a { background-color: #698241; }
a { background-color: rgb(105,130,65); }
div.DivClassName
{
background-color: #698241;
}
.BgClassName
{
background-color: #698241;
}
</style>
border-color css
<style>
span { border-color: #698241; }
span { border-color: rgb(105,130,65); }
td.TdClassName
{
border-color: #698241;
}
.TagClassName
{
border-color: #698241;
}
</style>