Shades of Dingley #667E4D
Tints of Dingley #667E4D
RGB
CMYK
RGB Variations
Color information
#667E4D (or 0x667E4D) is known color: Dingley. HEX triplet: 66, 7E and 4D. RGB value is (102,126,77). Sum of RGB (Red+Green+Blue) = 102+126+77=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 126 (49.61% from 255 or 41.31% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 126 - color contains mainly: green. Hex color #667E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667E4D is #9981B2. Grayscale: #717171. Windows color (decimal): -10060211 or 5078630. OLE color: 5078630.
HSL color Cylindrical-coordinate representation of color #667E4D: hue angle of 89.39º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #667E4D is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 102 | 126 | 77 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.51 |
| HSL | 89.39º | 0.24% | 0.4% | - |
| HSV(B) | 89.39º | 0.39% | 0.49% | - |
| XYZ | 14.28 | 18.28 | 9.8 | - |
| YUV | 113.24 | 107.55 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 126 | 77 | 0.19 | 0 | 0.39 | 0.51 | 89.39 | 0.24 | 0.4 |
| Hex | 66 | 7E | 4D | 13 | 0 | 27 | 33 | 59 | 18 | 28 |
| Octal | 146 | 176 | 115 | 23 | 0 | 47 | 63 | 131 | 30 | 50 |
| Binary | 1100110 | 1111110 | 1001101 | 10011 | 0 | 100111 | 110011 | 1011001 | 11000 | 101000 |
Color Harmonies of #667E4D
Complementary color
Monochromatic Colors of #667E4D
Black with #667E4D
Text Example
Text Example
White with #667E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #667E4D; }
p { color: rgb(102,126,77); }
H1.HeaderClassName
{
color: #667E4D;
}
.AnyTagClassName
{
color: #667E4D;
}
</style>
background-color css
<style>
a { background-color: #667E4D; }
a { background-color: rgb(102,126,77); }
div.DivClassName
{
background-color: #667E4D;
}
.BgClassName
{
background-color: #667E4D;
}
</style>
border-color css
<style>
span { border-color: #667E4D; }
span { border-color: rgb(102,126,77); }
td.TdClassName
{
border-color: #667E4D;
}
.TagClassName
{
border-color: #667E4D;
}
</style>