Shades of Dingley #658449
Tints of Dingley #658449
RGB
CMYK
RGB Variations
Color information
#658449 (or 0x658449) is known color: Dingley. HEX triplet: 65, 84 and 49. RGB value is (101,132,73). Sum of RGB (Red+Green+Blue) = 101+132+73=306 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.01% from 306); Green value is 132 (51.95% from 255 or 43.14% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 132 - color contains mainly: green. Hex color #658449 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658449 is #9A7BB6. Grayscale: #747474. Windows color (decimal): -10124215 or 4818021. OLE color: 4818021.
HSL color Cylindrical-coordinate representation of color #658449: hue angle of 91.53º 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 #658449 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 73 | - |
| CMYK | 0.23 | 0 | 0.45 | 0.48 |
| HSL | 91.53º | 0.29% | 0.4% | - |
| HSV(B) | 91.53º | 0.45% | 0.52% | - |
| XYZ | 14.82 | 19.75 | 9.33 | - |
| YUV | 116.01 | 103.73 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 73 | 0.23 | 0 | 0.45 | 0.48 | 91.53 | 0.29 | 0.4 |
| Hex | 65 | 84 | 49 | 17 | 0 | 2D | 30 | 5C | 1D | 28 |
| Octal | 145 | 204 | 111 | 27 | 0 | 55 | 60 | 134 | 35 | 50 |
| Binary | 1100101 | 10000100 | 1001001 | 10111 | 0 | 101101 | 110000 | 1011100 | 11101 | 101000 |
Color Harmonies of #658449
Complementary color
Monochromatic Colors of #658449
Black with #658449
Text Example
Text Example
White with #658449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658449; }
p { color: rgb(101,132,73); }
H1.HeaderClassName
{
color: #658449;
}
.AnyTagClassName
{
color: #658449;
}
</style>
background-color css
<style>
a { background-color: #658449; }
a { background-color: rgb(101,132,73); }
div.DivClassName
{
background-color: #658449;
}
.BgClassName
{
background-color: #658449;
}
</style>
border-color css
<style>
span { border-color: #658449; }
span { border-color: rgb(101,132,73); }
td.TdClassName
{
border-color: #658449;
}
.TagClassName
{
border-color: #658449;
}
</style>