Shades of Dingley #66804D
Tints of Dingley #66804D
RGB
CMYK
RGB Variations
Color information
#66804D (or 0x66804D) is known color: Dingley. HEX triplet: 66, 80 and 4D. RGB value is (102,128,77). Sum of RGB (Red+Green+Blue) = 102+128+77=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 128 - color contains mainly: green. Hex color #66804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66804D is #997FB2. Grayscale: #727272. Windows color (decimal): -10059699 or 5079142. OLE color: 5079142.
HSL color Cylindrical-coordinate representation of color #66804D: hue angle of 90.59º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #66804D is Cyan = 0.20, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 77 | - |
| CMYK | 0.20 | 0 | 0.40 | 0.50 |
| HSL | 90.59º | 0.25% | 0.4% | - |
| HSV(B) | 90.59º | 0.4% | 0.5% | - |
| XYZ | 14.54 | 18.8 | 9.88 | - |
| YUV | 114.41 | 106.89 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 77 | 0.20 | 0 | 0.40 | 0.50 | 90.59 | 0.25 | 0.4 |
| Hex | 66 | 80 | 4D | 14 | 0 | 28 | 32 | 5B | 19 | 28 |
| Octal | 146 | 200 | 115 | 24 | 0 | 50 | 62 | 133 | 31 | 50 |
| Binary | 1100110 | 10000000 | 1001101 | 10100 | 0 | 101000 | 110010 | 1011011 | 11001 | 101000 |
Color Harmonies of #66804D
Complementary color
Monochromatic Colors of #66804D
Black with #66804D
Text Example
Text Example
White with #66804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66804D; }
p { color: rgb(102,128,77); }
H1.HeaderClassName
{
color: #66804D;
}
.AnyTagClassName
{
color: #66804D;
}
</style>
background-color css
<style>
a { background-color: #66804D; }
a { background-color: rgb(102,128,77); }
div.DivClassName
{
background-color: #66804D;
}
.BgClassName
{
background-color: #66804D;
}
</style>
border-color css
<style>
span { border-color: #66804D; }
span { border-color: rgb(102,128,77); }
td.TdClassName
{
border-color: #66804D;
}
.TagClassName
{
border-color: #66804D;
}
</style>