Shades of Dingley #66764D
Tints of Dingley #66764D
RGB
CMYK
RGB Variations
Color information
#66764D (or 0x66764D) is known color: Dingley. HEX triplet: 66, 76 and 4D. RGB value is (102,118,77). Sum of RGB (Red+Green+Blue) = 102+118+77=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 118 - color contains mainly: green. Hex color #66764D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66764D is #9989B2. Grayscale: #6C6C6C. Windows color (decimal): -10062259 or 5076582. OLE color: 5076582.
HSL color Cylindrical-coordinate representation of color #66764D: hue angle of 83.41º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66764D is Cyan = 0.14, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 118 | 77 | - |
| CMYK | 0.14 | 0 | 0.35 | 0.54 |
| HSL | 83.41º | 0.21% | 0.38% | - |
| HSV(B) | 83.41º | 0.35% | 0.46% | - |
| XYZ | 13.3 | 16.32 | 9.47 | - |
| YUV | 108.54 | 110.2 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 118 | 77 | 0.14 | 0 | 0.35 | 0.54 | 83.41 | 0.21 | 0.38 |
| Hex | 66 | 76 | 4D | E | 0 | 23 | 36 | 53 | 15 | 26 |
| Octal | 146 | 166 | 115 | 16 | 0 | 43 | 66 | 123 | 25 | 46 |
| Binary | 1100110 | 1110110 | 1001101 | 1110 | 0 | 100011 | 110110 | 1010011 | 10101 | 100110 |
Color Harmonies of #66764D
Complementary color
Monochromatic Colors of #66764D
Black with #66764D
Text Example
Text Example
White with #66764D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66764D; }
p { color: rgb(102,118,77); }
H1.HeaderClassName
{
color: #66764D;
}
.AnyTagClassName
{
color: #66764D;
}
</style>
background-color css
<style>
a { background-color: #66764D; }
a { background-color: rgb(102,118,77); }
div.DivClassName
{
background-color: #66764D;
}
.BgClassName
{
background-color: #66764D;
}
</style>
border-color css
<style>
span { border-color: #66764D; }
span { border-color: rgb(102,118,77); }
td.TdClassName
{
border-color: #66764D;
}
.TagClassName
{
border-color: #66764D;
}
</style>