Shades of Dingley #667749
Tints of Dingley #667749
RGB
CMYK
RGB Variations
Color information
#667749 (or 0x667749) is known color: Dingley. HEX triplet: 66, 77 and 49. RGB value is (102,119,73). Sum of RGB (Red+Green+Blue) = 102+119+73=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 119 (46.88% from 255 or 40.48% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 119 - color contains mainly: green. Hex color #667749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667749 is #9988B6. Grayscale: #6C6C6C. Windows color (decimal): -10062007 or 4814694. OLE color: 4814694.
HSL color Cylindrical-coordinate representation of color #667749: hue angle of 82.17º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667749 is Cyan = 0.14, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 73 | - |
| CMYK | 0.14 | 0 | 0.39 | 0.53 |
| HSL | 82.17º | 0.24% | 0.38% | - |
| HSV(B) | 82.17º | 0.39% | 0.47% | - |
| XYZ | 13.28 | 16.5 | 8.79 | - |
| YUV | 108.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 73 | 0.14 | 0 | 0.39 | 0.53 | 82.17 | 0.24 | 0.38 |
| Hex | 66 | 77 | 49 | E | 0 | 27 | 35 | 52 | 18 | 26 |
| Octal | 146 | 167 | 111 | 16 | 0 | 47 | 65 | 122 | 30 | 46 |
| Binary | 1100110 | 1110111 | 1001001 | 1110 | 0 | 100111 | 110101 | 1010010 | 11000 | 100110 |
Color Harmonies of #667749
Complementary color
Monochromatic Colors of #667749
Black with #667749
Text Example
Text Example
White with #667749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667749; }
p { color: rgb(102,119,73); }
H1.HeaderClassName
{
color: #667749;
}
.AnyTagClassName
{
color: #667749;
}
</style>
background-color css
<style>
a { background-color: #667749; }
a { background-color: rgb(102,119,73); }
div.DivClassName
{
background-color: #667749;
}
.BgClassName
{
background-color: #667749;
}
</style>
border-color css
<style>
span { border-color: #667749; }
span { border-color: rgb(102,119,73); }
td.TdClassName
{
border-color: #667749;
}
.TagClassName
{
border-color: #667749;
}
</style>