Shades of Dingley #668249
Tints of Dingley #668249
RGB
CMYK
RGB Variations
Color information
#668249 (or 0x668249) is known color: Dingley. HEX triplet: 66, 82 and 49. RGB value is (102,130,73). Sum of RGB (Red+Green+Blue) = 102+130+73=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #668249 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668249 is #997DB6. Grayscale: #737373. Windows color (decimal): -10059191 or 4817510. OLE color: 4817510.
HSL color Cylindrical-coordinate representation of color #668249: hue angle of 89.47º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668249 is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 130 | 73 | - |
| CMYK | 0.22 | 0 | 0.44 | 0.49 |
| HSL | 89.47º | 0.28% | 0.4% | - |
| HSV(B) | 89.47º | 0.44% | 0.51% | - |
| XYZ | 14.66 | 19.27 | 9.25 | - |
| YUV | 115.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 130 | 73 | 0.22 | 0 | 0.44 | 0.49 | 89.47 | 0.28 | 0.4 |
| Hex | 66 | 82 | 49 | 16 | 0 | 2C | 31 | 59 | 1C | 28 |
| Octal | 146 | 202 | 111 | 26 | 0 | 54 | 61 | 131 | 34 | 50 |
| Binary | 1100110 | 10000010 | 1001001 | 10110 | 0 | 101100 | 110001 | 1011001 | 11100 | 101000 |
Color Harmonies of #668249
Complementary color
Monochromatic Colors of #668249
Black with #668249
Text Example
Text Example
White with #668249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668249; }
p { color: rgb(102,130,73); }
H1.HeaderClassName
{
color: #668249;
}
.AnyTagClassName
{
color: #668249;
}
</style>
background-color css
<style>
a { background-color: #668249; }
a { background-color: rgb(102,130,73); }
div.DivClassName
{
background-color: #668249;
}
.BgClassName
{
background-color: #668249;
}
</style>
border-color css
<style>
span { border-color: #668249; }
span { border-color: rgb(102,130,73); }
td.TdClassName
{
border-color: #668249;
}
.TagClassName
{
border-color: #668249;
}
</style>