Shades of Dingley #65804D
Tints of Dingley #65804D
RGB
CMYK
RGB Variations
Color information
#65804D (or 0x65804D) is known color: Dingley. HEX triplet: 65, 80 and 4D. RGB value is (101,128,77). Sum of RGB (Red+Green+Blue) = 101+128+77=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #65804D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65804D is #9A7FB2. Grayscale: #727272. Windows color (decimal): -10125235 or 5079141. OLE color: 5079141.
HSL color Cylindrical-coordinate representation of color #65804D: hue angle of 91.76º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #65804D is Cyan = 0.21, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 77 | - |
| CMYK | 0.21 | 0 | 0.40 | 0.50 |
| HSL | 91.76º | 0.25% | 0.4% | - |
| HSV(B) | 91.76º | 0.4% | 0.5% | - |
| XYZ | 14.43 | 18.74 | 9.88 | - |
| YUV | 114.11 | 107.05 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 77 | 0.21 | 0 | 0.40 | 0.50 | 91.76 | 0.25 | 0.4 |
| Hex | 65 | 80 | 4D | 15 | 0 | 28 | 32 | 5C | 19 | 28 |
| Octal | 145 | 200 | 115 | 25 | 0 | 50 | 62 | 134 | 31 | 50 |
| Binary | 1100101 | 10000000 | 1001101 | 10101 | 0 | 101000 | 110010 | 1011100 | 11001 | 101000 |
Color Harmonies of #65804D
Complementary color
Monochromatic Colors of #65804D
Black with #65804D
Text Example
Text Example
White with #65804D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65804D; }
p { color: rgb(101,128,77); }
H1.HeaderClassName
{
color: #65804D;
}
.AnyTagClassName
{
color: #65804D;
}
</style>
background-color css
<style>
a { background-color: #65804D; }
a { background-color: rgb(101,128,77); }
div.DivClassName
{
background-color: #65804D;
}
.BgClassName
{
background-color: #65804D;
}
</style>
border-color css
<style>
span { border-color: #65804D; }
span { border-color: rgb(101,128,77); }
td.TdClassName
{
border-color: #65804D;
}
.TagClassName
{
border-color: #65804D;
}
</style>