Shades of Dingley #658248
Tints of Dingley #658248
RGB
CMYK
RGB Variations
Color information
#658248 (or 0x658248) is known color: Dingley. HEX triplet: 65, 82 and 48. RGB value is (101,130,72). Sum of RGB (Red+Green+Blue) = 101+130+72=303 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.33% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #658248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658248 is #9A7DB7. Grayscale: #727272. Windows color (decimal): -10124728 or 4751973. OLE color: 4751973.
HSL color Cylindrical-coordinate representation of color #658248: hue angle of 90º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658248 is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 130 | 72 | - |
| CMYK | 0.22 | 0 | 0.45 | 0.49 |
| HSL | 90º | 0.29% | 0.4% | - |
| HSV(B) | 90º | 0.45% | 0.51% | - |
| XYZ | 14.52 | 19.2 | 9.07 | - |
| YUV | 114.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 130 | 72 | 0.22 | 0 | 0.45 | 0.49 | 90 | 0.29 | 0.4 |
| Hex | 65 | 82 | 48 | 16 | 0 | 2D | 31 | 5A | 1D | 28 |
| Octal | 145 | 202 | 110 | 26 | 0 | 55 | 61 | 132 | 35 | 50 |
| Binary | 1100101 | 10000010 | 1001000 | 10110 | 0 | 101101 | 110001 | 1011010 | 11101 | 101000 |
Color Harmonies of #658248
Complementary color
Monochromatic Colors of #658248
Black with #658248
Text Example
Text Example
White with #658248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658248; }
p { color: rgb(101,130,72); }
H1.HeaderClassName
{
color: #658248;
}
.AnyTagClassName
{
color: #658248;
}
</style>
background-color css
<style>
a { background-color: #658248; }
a { background-color: rgb(101,130,72); }
div.DivClassName
{
background-color: #658248;
}
.BgClassName
{
background-color: #658248;
}
</style>
border-color css
<style>
span { border-color: #658248; }
span { border-color: rgb(101,130,72); }
td.TdClassName
{
border-color: #658248;
}
.TagClassName
{
border-color: #658248;
}
</style>