Shades of Dingley #658045
Tints of Dingley #658045
RGB
CMYK
RGB Variations
Color information
#658045 (or 0x658045) is known color: Dingley. HEX triplet: 65, 80 and 45. RGB value is (101,128,69). Sum of RGB (Red+Green+Blue) = 101+128+69=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 128 (50.39% from 255 or 42.95% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 128 - color contains mainly: green. Hex color #658045 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658045 is #9A7FBA. Grayscale: #717171. Windows color (decimal): -10125243 or 4554853. OLE color: 4554853.
HSL color Cylindrical-coordinate representation of color #658045: hue angle of 87.46º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658045 is Cyan = 0.21, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 69 | - |
| CMYK | 0.21 | 0 | 0.46 | 0.50 |
| HSL | 87.46º | 0.3% | 0.39% | - |
| HSV(B) | 87.46º | 0.46% | 0.5% | - |
| XYZ | 14.16 | 18.63 | 8.48 | - |
| YUV | 113.2 | 103.05 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 69 | 0.21 | 0 | 0.46 | 0.50 | 87.46 | 0.3 | 0.39 |
| Hex | 65 | 80 | 45 | 15 | 0 | 2E | 32 | 57 | 1E | 27 |
| Octal | 145 | 200 | 105 | 25 | 0 | 56 | 62 | 127 | 36 | 47 |
| Binary | 1100101 | 10000000 | 1000101 | 10101 | 0 | 101110 | 110010 | 1010111 | 11110 | 100111 |
Color Harmonies of #658045
Complementary color
Monochromatic Colors of #658045
Black with #658045
Text Example
Text Example
White with #658045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658045; }
p { color: rgb(101,128,69); }
H1.HeaderClassName
{
color: #658045;
}
.AnyTagClassName
{
color: #658045;
}
</style>
background-color css
<style>
a { background-color: #658045; }
a { background-color: rgb(101,128,69); }
div.DivClassName
{
background-color: #658045;
}
.BgClassName
{
background-color: #658045;
}
</style>
border-color css
<style>
span { border-color: #658045; }
span { border-color: rgb(101,128,69); }
td.TdClassName
{
border-color: #658045;
}
.TagClassName
{
border-color: #658045;
}
</style>