Shades of Dingley #66883D
Tints of Dingley #66883D
RGB
CMYK
RGB Variations
Color information
#66883D (or 0x66883D) is known color: Dingley. HEX triplet: 66, 88 and 3D. RGB value is (102,136,61). Sum of RGB (Red+Green+Blue) = 102+136+61=299 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.11% from 299); Green value is 136 (53.52% from 255 or 45.48% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 136 - color contains mainly: green. Hex color #66883D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66883D is #9977C2. Grayscale: #757575. Windows color (decimal): -10057667 or 4032614. OLE color: 4032614.
HSL color Cylindrical-coordinate representation of color #66883D: hue angle of 87.2º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #66883D is Cyan = 0.25, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 136 | 61 | - |
| CMYK | 0.25 | 0 | 0.55 | 0.47 |
| HSL | 87.2º | 0.38% | 0.39% | - |
| HSV(B) | 87.2º | 0.55% | 0.53% | - |
| XYZ | 15.13 | 20.77 | 7.63 | - |
| YUV | 117.28 | 96.24 | 117.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 61 | 0.25 | 0 | 0.55 | 0.47 | 87.2 | 0.38 | 0.39 |
| Hex | 66 | 88 | 3D | 19 | 0 | 37 | 2F | 57 | 26 | 27 |
| Octal | 146 | 210 | 75 | 31 | 0 | 67 | 57 | 127 | 46 | 47 |
| Binary | 1100110 | 10001000 | 111101 | 11001 | 0 | 110111 | 101111 | 1010111 | 100110 | 100111 |
Color Harmonies of #66883D
Complementary color
Monochromatic Colors of #66883D
Black with #66883D
Text Example
Text Example
White with #66883D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66883D; }
p { color: rgb(102,136,61); }
H1.HeaderClassName
{
color: #66883D;
}
.AnyTagClassName
{
color: #66883D;
}
</style>
background-color css
<style>
a { background-color: #66883D; }
a { background-color: rgb(102,136,61); }
div.DivClassName
{
background-color: #66883D;
}
.BgClassName
{
background-color: #66883D;
}
</style>
border-color css
<style>
span { border-color: #66883D; }
span { border-color: rgb(102,136,61); }
td.TdClassName
{
border-color: #66883D;
}
.TagClassName
{
border-color: #66883D;
}
</style>