Shades of Dingley #677949
Tints of Dingley #677949
RGB
CMYK
RGB Variations
Color information
#677949 (or 0x677949) is known color: Dingley. HEX triplet: 67, 79 and 49. RGB value is (103,121,73). Sum of RGB (Red+Green+Blue) = 103+121+73=297 (39% of max value = 765). Red value is 103 (40.62% from 255 or 34.68% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #677949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #677949 is #9886B6. Grayscale: #6E6E6E. Windows color (decimal): -9995959 or 4815207. OLE color: 4815207.
HSL color Cylindrical-coordinate representation of color #677949: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #677949 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 103 | 121 | 73 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.53 |
| HSL | 82.5º | 0.25% | 0.38% | - |
| HSV(B) | 82.5º | 0.4% | 0.47% | - |
| XYZ | 13.63 | 17.04 | 8.87 | - |
| YUV | 110.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 121 | 73 | 0.15 | 0 | 0.40 | 0.53 | 82.5 | 0.25 | 0.38 |
| Hex | 67 | 79 | 49 | F | 0 | 28 | 35 | 52 | 19 | 26 |
| Octal | 147 | 171 | 111 | 17 | 0 | 50 | 65 | 122 | 31 | 46 |
| Binary | 1100111 | 1111001 | 1001001 | 1111 | 0 | 101000 | 110101 | 1010010 | 11001 | 100110 |
Color Harmonies of #677949
Complementary color
Monochromatic Colors of #677949
Black with #677949
Text Example
Text Example
White with #677949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #677949; }
p { color: rgb(103,121,73); }
H1.HeaderClassName
{
color: #677949;
}
.AnyTagClassName
{
color: #677949;
}
</style>
background-color css
<style>
a { background-color: #677949; }
a { background-color: rgb(103,121,73); }
div.DivClassName
{
background-color: #677949;
}
.BgClassName
{
background-color: #677949;
}
</style>
border-color css
<style>
span { border-color: #677949; }
span { border-color: rgb(103,121,73); }
td.TdClassName
{
border-color: #677949;
}
.TagClassName
{
border-color: #677949;
}
</style>