Shades of Dingley #667949
Tints of Dingley #667949
RGB
CMYK
RGB Variations
Color information
#667949 (or 0x667949) is known color: Dingley. HEX triplet: 66, 79 and 49. RGB value is (102,121,73). Sum of RGB (Red+Green+Blue) = 102+121+73=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #667949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667949 is #9986B6. Grayscale: #6E6E6E. Windows color (decimal): -10061495 or 4815206. OLE color: 4815206.
HSL color Cylindrical-coordinate representation of color #667949: hue angle of 83.75º 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 #667949 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 73 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.53 |
| HSL | 83.75º | 0.25% | 0.38% | - |
| HSV(B) | 83.75º | 0.4% | 0.47% | - |
| XYZ | 13.52 | 16.98 | 8.87 | - |
| YUV | 109.85 | 107.21 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 73 | 0.16 | 0 | 0.40 | 0.53 | 83.75 | 0.25 | 0.38 |
| Hex | 66 | 79 | 49 | 10 | 0 | 28 | 35 | 54 | 19 | 26 |
| Octal | 146 | 171 | 111 | 20 | 0 | 50 | 65 | 124 | 31 | 46 |
| Binary | 1100110 | 1111001 | 1001001 | 10000 | 0 | 101000 | 110101 | 1010100 | 11001 | 100110 |
Color Harmonies of #667949
Complementary color
Monochromatic Colors of #667949
Black with #667949
Text Example
Text Example
White with #667949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667949; }
p { color: rgb(102,121,73); }
H1.HeaderClassName
{
color: #667949;
}
.AnyTagClassName
{
color: #667949;
}
</style>
background-color css
<style>
a { background-color: #667949; }
a { background-color: rgb(102,121,73); }
div.DivClassName
{
background-color: #667949;
}
.BgClassName
{
background-color: #667949;
}
</style>
border-color css
<style>
span { border-color: #667949; }
span { border-color: rgb(102,121,73); }
td.TdClassName
{
border-color: #667949;
}
.TagClassName
{
border-color: #667949;
}
</style>