Shades of Dingley #66754C
Tints of Dingley #66754C
RGB
CMYK
RGB Variations
Color information
#66754C (or 0x66754C) is known color: Dingley. HEX triplet: 66, 75 and 4C. RGB value is (102,117,76). Sum of RGB (Red+Green+Blue) = 102+117+76=295 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.58% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #66754C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66754C is #998AB3. Grayscale: #6B6B6B. Windows color (decimal): -10062516 or 5010790. OLE color: 5010790.
HSL color Cylindrical-coordinate representation of color #66754C: hue angle of 81.95º 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 #66754C is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 102 | 117 | 76 | - |
| CMYK | 0.13 | 0 | 0.35 | 0.54 |
| HSL | 81.95º | 0.21% | 0.38% | - |
| HSV(B) | 81.95º | 0.35% | 0.46% | - |
| XYZ | 13.15 | 16.07 | 9.25 | - |
| YUV | 107.84 | 110.03 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 117 | 76 | 0.13 | 0 | 0.35 | 0.54 | 81.95 | 0.21 | 0.38 |
| Hex | 66 | 75 | 4C | D | 0 | 23 | 36 | 52 | 15 | 26 |
| Octal | 146 | 165 | 114 | 15 | 0 | 43 | 66 | 122 | 25 | 46 |
| Binary | 1100110 | 1110101 | 1001100 | 1101 | 0 | 100011 | 110110 | 1010010 | 10101 | 100110 |
Color Harmonies of #66754C
Complementary color
Monochromatic Colors of #66754C
Black with #66754C
Text Example
Text Example
White with #66754C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66754C; }
p { color: rgb(102,117,76); }
H1.HeaderClassName
{
color: #66754C;
}
.AnyTagClassName
{
color: #66754C;
}
</style>
background-color css
<style>
a { background-color: #66754C; }
a { background-color: rgb(102,117,76); }
div.DivClassName
{
background-color: #66754C;
}
.BgClassName
{
background-color: #66754C;
}
</style>
border-color css
<style>
span { border-color: #66754C; }
span { border-color: rgb(102,117,76); }
td.TdClassName
{
border-color: #66754C;
}
.TagClassName
{
border-color: #66754C;
}
</style>