Shades of Dingley #66883A
Tints of Dingley #66883A
RGB
CMYK
RGB Variations
Color information
#66883A (or 0x66883A) is known color: Dingley. HEX triplet: 66, 88 and 3A. RGB value is (102,136,58). Sum of RGB (Red+Green+Blue) = 102+136+58=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #66883A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66883A is #9977C5. Grayscale: #757575. Windows color (decimal): -10057670 or 3836006. OLE color: 3836006.
HSL color Cylindrical-coordinate representation of color #66883A: hue angle of 86.15º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66883A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 58 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.47 |
| HSL | 86.15º | 0.4% | 0.38% | - |
| HSV(B) | 86.15º | 0.57% | 0.53% | - |
| XYZ | 15.05 | 20.74 | 7.21 | - |
| YUV | 116.94 | 94.74 | 117.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 58 | 0.25 | 0 | 0.57 | 0.47 | 86.15 | 0.4 | 0.38 |
| Hex | 66 | 88 | 3A | 19 | 0 | 39 | 2F | 56 | 28 | 26 |
| Octal | 146 | 210 | 72 | 31 | 0 | 71 | 57 | 126 | 50 | 46 |
| Binary | 1100110 | 10001000 | 111010 | 11001 | 0 | 111001 | 101111 | 1010110 | 101000 | 100110 |
Color Harmonies of #66883A
Complementary color
Monochromatic Colors of #66883A
Black with #66883A
Text Example
Text Example
White with #66883A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66883A; }
p { color: rgb(102,136,58); }
H1.HeaderClassName
{
color: #66883A;
}
.AnyTagClassName
{
color: #66883A;
}
</style>
background-color css
<style>
a { background-color: #66883A; }
a { background-color: rgb(102,136,58); }
div.DivClassName
{
background-color: #66883A;
}
.BgClassName
{
background-color: #66883A;
}
</style>
border-color css
<style>
span { border-color: #66883A; }
span { border-color: rgb(102,136,58); }
td.TdClassName
{
border-color: #66883A;
}
.TagClassName
{
border-color: #66883A;
}
</style>