Shades of Dingley #698A4A
Tints of Dingley #698A4A
RGB
CMYK
RGB Variations
Color information
#698A4A (or 0x698A4A) is known color: Dingley. HEX triplet: 69, 8A and 4A. RGB value is (105,138,74). Sum of RGB (Red+Green+Blue) = 105+138+74=317 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.12% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 138 - color contains mainly: green. Hex color #698A4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #698A4A is #9675B5. Grayscale: #797979. Windows color (decimal): -9860534 or 4885097. OLE color: 4885097.
HSL color Cylindrical-coordinate representation of color #698A4A: hue angle of 90.94º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698A4A is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 105 | 138 | 74 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.46 |
| HSL | 90.94º | 0.3% | 0.42% | - |
| HSV(B) | 90.94º | 0.46% | 0.54% | - |
| XYZ | 16.15 | 21.67 | 9.81 | - |
| YUV | 120.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 138 | 74 | 0.24 | 0 | 0.46 | 0.46 | 90.94 | 0.3 | 0.42 |
| Hex | 69 | 8A | 4A | 18 | 0 | 2E | 2E | 5B | 1E | 2A |
| Octal | 151 | 212 | 112 | 30 | 0 | 56 | 56 | 133 | 36 | 52 |
| Binary | 1101001 | 10001010 | 1001010 | 11000 | 0 | 101110 | 101110 | 1011011 | 11110 | 101010 |
Color Harmonies of #698A4A
Complementary color
Monochromatic Colors of #698A4A
Black with #698A4A
Text Example
Text Example
White with #698A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #698A4A; }
p { color: rgb(105,138,74); }
H1.HeaderClassName
{
color: #698A4A;
}
.AnyTagClassName
{
color: #698A4A;
}
</style>
background-color css
<style>
a { background-color: #698A4A; }
a { background-color: rgb(105,138,74); }
div.DivClassName
{
background-color: #698A4A;
}
.BgClassName
{
background-color: #698A4A;
}
</style>
border-color css
<style>
span { border-color: #698A4A; }
span { border-color: rgb(105,138,74); }
td.TdClassName
{
border-color: #698A4A;
}
.TagClassName
{
border-color: #698A4A;
}
</style>