Shades of Dingley #66803D
Tints of Dingley #66803D
RGB
CMYK
RGB Variations
Color information
#66803D (or 0x66803D) is known color: Dingley. HEX triplet: 66, 80 and 3D. RGB value is (102,128,61). Sum of RGB (Red+Green+Blue) = 102+128+61=291 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.05% from 291); Green value is 128 (50.39% from 255 or 43.99% from 291); Blue value is 61 (24.22% from 255 or 20.96% from 291); Max value from RGB is 128 - color contains mainly: green. Hex color #66803D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66803D is #997FC2. Grayscale: #707070. Windows color (decimal): -10059715 or 4030566. OLE color: 4030566.
HSL color Cylindrical-coordinate representation of color #66803D: hue angle of 83.28º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66803D is Cyan = 0.20, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 102 | 128 | 61 | - |
| CMYK | 0.20 | 0 | 0.52 | 0.50 |
| HSL | 83.28º | 0.35% | 0.37% | - |
| HSV(B) | 83.28º | 0.52% | 0.5% | - |
| XYZ | 14.04 | 18.6 | 7.27 | - |
| YUV | 112.59 | 98.89 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 61 | 0.20 | 0 | 0.52 | 0.50 | 83.28 | 0.35 | 0.37 |
| Hex | 66 | 80 | 3D | 14 | 0 | 34 | 32 | 53 | 23 | 25 |
| Octal | 146 | 200 | 75 | 24 | 0 | 64 | 62 | 123 | 43 | 45 |
| Binary | 1100110 | 10000000 | 111101 | 10100 | 0 | 110100 | 110010 | 1010011 | 100011 | 100101 |
Color Harmonies of #66803D
Complementary color
Monochromatic Colors of #66803D
Black with #66803D
Text Example
Text Example
White with #66803D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66803D; }
p { color: rgb(102,128,61); }
H1.HeaderClassName
{
color: #66803D;
}
.AnyTagClassName
{
color: #66803D;
}
</style>
background-color css
<style>
a { background-color: #66803D; }
a { background-color: rgb(102,128,61); }
div.DivClassName
{
background-color: #66803D;
}
.BgClassName
{
background-color: #66803D;
}
</style>
border-color css
<style>
span { border-color: #66803D; }
span { border-color: rgb(102,128,61); }
td.TdClassName
{
border-color: #66803D;
}
.TagClassName
{
border-color: #66803D;
}
</style>