Shades of Dingley #66794B
Tints of Dingley #66794B
RGB
CMYK
RGB Variations
Color information
#66794B (or 0x66794B) is known color: Dingley. HEX triplet: 66, 79 and 4B. RGB value is (102,121,75). Sum of RGB (Red+Green+Blue) = 102+121+75=298 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.23% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #66794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66794B is #9986B4. Grayscale: #6E6E6E. Windows color (decimal): -10061493 or 4946278. OLE color: 4946278.
HSL color Cylindrical-coordinate representation of color #66794B: hue angle of 84.78º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #66794B is Cyan = 0.16, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 102 | 121 | 75 | - |
| CMYK | 0.16 | 0 | 0.38 | 0.53 |
| HSL | 84.78º | 0.23% | 0.38% | - |
| HSV(B) | 84.78º | 0.38% | 0.47% | - |
| XYZ | 13.59 | 17.01 | 9.22 | - |
| YUV | 110.08 | 108.21 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 75 | 0.16 | 0 | 0.38 | 0.53 | 84.78 | 0.23 | 0.38 |
| Hex | 66 | 79 | 4B | 10 | 0 | 26 | 35 | 55 | 17 | 26 |
| Octal | 146 | 171 | 113 | 20 | 0 | 46 | 65 | 125 | 27 | 46 |
| Binary | 1100110 | 1111001 | 1001011 | 10000 | 0 | 100110 | 110101 | 1010101 | 10111 | 100110 |
Color Harmonies of #66794B
Complementary color
Monochromatic Colors of #66794B
Black with #66794B
Text Example
Text Example
White with #66794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66794B; }
p { color: rgb(102,121,75); }
H1.HeaderClassName
{
color: #66794B;
}
.AnyTagClassName
{
color: #66794B;
}
</style>
background-color css
<style>
a { background-color: #66794B; }
a { background-color: rgb(102,121,75); }
div.DivClassName
{
background-color: #66794B;
}
.BgClassName
{
background-color: #66794B;
}
</style>
border-color css
<style>
span { border-color: #66794B; }
span { border-color: rgb(102,121,75); }
td.TdClassName
{
border-color: #66794B;
}
.TagClassName
{
border-color: #66794B;
}
</style>