Shades of Dingley #667747
Tints of Dingley #667747
RGB
CMYK
RGB Variations
Color information
#667747 (or 0x667747) is known color: Dingley. HEX triplet: 66, 77 and 47. RGB value is (102,119,71). Sum of RGB (Red+Green+Blue) = 102+119+71=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #667747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #667747 is #9988B8. Grayscale: #6C6C6C. Windows color (decimal): -10062009 or 4683622. OLE color: 4683622.
HSL color Cylindrical-coordinate representation of color #667747: hue angle of 81.25º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #667747 is Cyan = 0.14, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 119 | 71 | - |
| CMYK | 0.14 | 0 | 0.40 | 0.53 |
| HSL | 81.25º | 0.25% | 0.37% | - |
| HSV(B) | 81.25º | 0.4% | 0.47% | - |
| XYZ | 13.21 | 16.47 | 8.44 | - |
| YUV | 108.45 | 106.87 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 119 | 71 | 0.14 | 0 | 0.40 | 0.53 | 81.25 | 0.25 | 0.37 |
| Hex | 66 | 77 | 47 | E | 0 | 28 | 35 | 51 | 19 | 25 |
| Octal | 146 | 167 | 107 | 16 | 0 | 50 | 65 | 121 | 31 | 45 |
| Binary | 1100110 | 1110111 | 1000111 | 1110 | 0 | 101000 | 110101 | 1010001 | 11001 | 100101 |
Color Harmonies of #667747
Complementary color
Monochromatic Colors of #667747
Black with #667747
Text Example
Text Example
White with #667747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667747; }
p { color: rgb(102,119,71); }
H1.HeaderClassName
{
color: #667747;
}
.AnyTagClassName
{
color: #667747;
}
</style>
background-color css
<style>
a { background-color: #667747; }
a { background-color: rgb(102,119,71); }
div.DivClassName
{
background-color: #667747;
}
.BgClassName
{
background-color: #667747;
}
</style>
border-color css
<style>
span { border-color: #667747; }
span { border-color: rgb(102,119,71); }
td.TdClassName
{
border-color: #667747;
}
.TagClassName
{
border-color: #667747;
}
</style>