Shades of Dingley #658448
Tints of Dingley #658448
RGB
CMYK
RGB Variations
Color information
#658448 (or 0x658448) is known color: Dingley. HEX triplet: 65, 84 and 48. RGB value is (101,132,72). Sum of RGB (Red+Green+Blue) = 101+132+72=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 132 (51.95% from 255 or 43.28% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 132 - color contains mainly: green. Hex color #658448 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658448 is #9A7BB7. Grayscale: #747474. Windows color (decimal): -10124216 or 4752485. OLE color: 4752485.
HSL color Cylindrical-coordinate representation of color #658448: hue angle of 91º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #658448 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 72 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.48 |
| HSL | 91º | 0.29% | 0.4% | - |
| HSV(B) | 91º | 0.45% | 0.52% | - |
| XYZ | 14.79 | 19.74 | 9.16 | - |
| YUV | 115.89 | 103.23 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 72 | 0.23 | 0 | 0.45 | 0.48 | 91 | 0.29 | 0.4 |
| Hex | 65 | 84 | 48 | 17 | 0 | 2D | 30 | 5B | 1D | 28 |
| Octal | 145 | 204 | 110 | 27 | 0 | 55 | 60 | 133 | 35 | 50 |
| Binary | 1100101 | 10000100 | 1001000 | 10111 | 0 | 101101 | 110000 | 1011011 | 11101 | 101000 |
Color Harmonies of #658448
Complementary color
Monochromatic Colors of #658448
Black with #658448
Text Example
Text Example
White with #658448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658448; }
p { color: rgb(101,132,72); }
H1.HeaderClassName
{
color: #658448;
}
.AnyTagClassName
{
color: #658448;
}
</style>
background-color css
<style>
a { background-color: #658448; }
a { background-color: rgb(101,132,72); }
div.DivClassName
{
background-color: #658448;
}
.BgClassName
{
background-color: #658448;
}
</style>
border-color css
<style>
span { border-color: #658448; }
span { border-color: rgb(101,132,72); }
td.TdClassName
{
border-color: #658448;
}
.TagClassName
{
border-color: #658448;
}
</style>