Shades of Dingley #66874D
Tints of Dingley #66874D
RGB
CMYK
RGB Variations
Color information
#66874D (or 0x66874D) is known color: Dingley. HEX triplet: 66, 87 and 4D. RGB value is (102,135,77). Sum of RGB (Red+Green+Blue) = 102+135+77=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #66874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66874D is #9978B2. Grayscale: #767676. Windows color (decimal): -10057907 or 5080934. OLE color: 5080934.
HSL color Cylindrical-coordinate representation of color #66874D: hue angle of 94.14º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #66874D is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 135 | 77 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.47 |
| HSL | 94.14º | 0.27% | 0.42% | - |
| HSV(B) | 94.14º | 0.43% | 0.53% | - |
| XYZ | 15.48 | 20.69 | 10.2 | - |
| YUV | 118.52 | 104.57 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 77 | 0.24 | 0 | 0.43 | 0.47 | 94.14 | 0.27 | 0.42 |
| Hex | 66 | 87 | 4D | 18 | 0 | 2B | 2F | 5E | 1B | 2A |
| Octal | 146 | 207 | 115 | 30 | 0 | 53 | 57 | 136 | 33 | 52 |
| Binary | 1100110 | 10000111 | 1001101 | 11000 | 0 | 101011 | 101111 | 1011110 | 11011 | 101010 |
Color Harmonies of #66874D
Complementary color
Monochromatic Colors of #66874D
Black with #66874D
Text Example
Text Example
White with #66874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66874D; }
p { color: rgb(102,135,77); }
H1.HeaderClassName
{
color: #66874D;
}
.AnyTagClassName
{
color: #66874D;
}
</style>
background-color css
<style>
a { background-color: #66874D; }
a { background-color: rgb(102,135,77); }
div.DivClassName
{
background-color: #66874D;
}
.BgClassName
{
background-color: #66874D;
}
</style>
border-color css
<style>
span { border-color: #66874D; }
span { border-color: rgb(102,135,77); }
td.TdClassName
{
border-color: #66874D;
}
.TagClassName
{
border-color: #66874D;
}
</style>