Shades of Dingley #66844A
Tints of Dingley #66844A
RGB
CMYK
RGB Variations
Color information
#66844A (or 0x66844A) is known color: Dingley. HEX triplet: 66, 84 and 4A. RGB value is (102,132,74). Sum of RGB (Red+Green+Blue) = 102+132+74=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 132 (51.95% from 255 or 42.86% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 132 - color contains mainly: green. Hex color #66844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66844A is #997BB5. Grayscale: #747474. Windows color (decimal): -10058678 or 4883558. OLE color: 4883558.
HSL color Cylindrical-coordinate representation of color #66844A: hue angle of 91.03º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #66844A is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 132 | 74 | - |
| CMYK | 0.23 | 0 | 0.44 | 0.48 |
| HSL | 91.03º | 0.28% | 0.4% | - |
| HSV(B) | 91.03º | 0.44% | 0.52% | - |
| XYZ | 14.97 | 19.82 | 9.52 | - |
| YUV | 116.42 | 104.06 | 117.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 132 | 74 | 0.23 | 0 | 0.44 | 0.48 | 91.03 | 0.28 | 0.4 |
| Hex | 66 | 84 | 4A | 17 | 0 | 2C | 30 | 5B | 1C | 28 |
| Octal | 146 | 204 | 112 | 27 | 0 | 54 | 60 | 133 | 34 | 50 |
| Binary | 1100110 | 10000100 | 1001010 | 10111 | 0 | 101100 | 110000 | 1011011 | 11100 | 101000 |
Color Harmonies of #66844A
Complementary color
Monochromatic Colors of #66844A
Black with #66844A
Text Example
Text Example
White with #66844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66844A; }
p { color: rgb(102,132,74); }
H1.HeaderClassName
{
color: #66844A;
}
.AnyTagClassName
{
color: #66844A;
}
</style>
background-color css
<style>
a { background-color: #66844A; }
a { background-color: rgb(102,132,74); }
div.DivClassName
{
background-color: #66844A;
}
.BgClassName
{
background-color: #66844A;
}
</style>
border-color css
<style>
span { border-color: #66844A; }
span { border-color: rgb(102,132,74); }
td.TdClassName
{
border-color: #66844A;
}
.TagClassName
{
border-color: #66844A;
}
</style>