Shades of Dingley #66754D
Tints of Dingley #66754D
RGB
CMYK
RGB Variations
Color information
#66754D (or 0x66754D) is known color: Dingley. HEX triplet: 66, 75 and 4D. RGB value is (102,117,77). Sum of RGB (Red+Green+Blue) = 102+117+77=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 77 (30.47% from 255 or 26.01% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #66754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66754D is #998AB2. Grayscale: #6C6C6C. Windows color (decimal): -10062515 or 5076326. OLE color: 5076326.
HSL color Cylindrical-coordinate representation of color #66754D: hue angle of 82.5º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #66754D is Cyan = 0.13, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 77 | - |
| CMYK | 0.13 | 0 | 0.34 | 0.54 |
| HSL | 82.5º | 0.21% | 0.38% | - |
| HSV(B) | 82.5º | 0.34% | 0.46% | - |
| XYZ | 13.18 | 16.08 | 9.43 | - |
| YUV | 107.96 | 110.53 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 77 | 0.13 | 0 | 0.34 | 0.54 | 82.5 | 0.21 | 0.38 |
| Hex | 66 | 75 | 4D | D | 0 | 22 | 36 | 52 | 15 | 26 |
| Octal | 146 | 165 | 115 | 15 | 0 | 42 | 66 | 122 | 25 | 46 |
| Binary | 1100110 | 1110101 | 1001101 | 1101 | 0 | 100010 | 110110 | 1010010 | 10101 | 100110 |
Color Harmonies of #66754D
Complementary color
Monochromatic Colors of #66754D
Black with #66754D
Text Example
Text Example
White with #66754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66754D; }
p { color: rgb(102,117,77); }
H1.HeaderClassName
{
color: #66754D;
}
.AnyTagClassName
{
color: #66754D;
}
</style>
background-color css
<style>
a { background-color: #66754D; }
a { background-color: rgb(102,117,77); }
div.DivClassName
{
background-color: #66754D;
}
.BgClassName
{
background-color: #66754D;
}
</style>
border-color css
<style>
span { border-color: #66754D; }
span { border-color: rgb(102,117,77); }
td.TdClassName
{
border-color: #66754D;
}
.TagClassName
{
border-color: #66754D;
}
</style>