Shades of Dingley #658849
Tints of Dingley #658849
RGB
CMYK
RGB Variations
Color information
#658849 (or 0x658849) is known color: Dingley. HEX triplet: 65, 88 and 49. RGB value is (101,136,73). Sum of RGB (Red+Green+Blue) = 101+136+73=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #658849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658849 is #9A77B6. Grayscale: #767676. Windows color (decimal): -10123191 or 4819045. OLE color: 4819045.
HSL color Cylindrical-coordinate representation of color #658849: hue angle of 93.33º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658849 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 73 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.47 |
| HSL | 93.33º | 0.3% | 0.41% | - |
| HSV(B) | 93.33º | 0.46% | 0.53% | - |
| XYZ | 15.37 | 20.86 | 9.52 | - |
| YUV | 118.35 | 102.4 | 115.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 73 | 0.26 | 0 | 0.46 | 0.47 | 93.33 | 0.3 | 0.41 |
| Hex | 65 | 88 | 49 | 1A | 0 | 2E | 2F | 5D | 1E | 29 |
| Octal | 145 | 210 | 111 | 32 | 0 | 56 | 57 | 135 | 36 | 51 |
| Binary | 1100101 | 10001000 | 1001001 | 11010 | 0 | 101110 | 101111 | 1011101 | 11110 | 101001 |
Color Harmonies of #658849
Complementary color
Monochromatic Colors of #658849
Black with #658849
Text Example
Text Example
White with #658849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658849; }
p { color: rgb(101,136,73); }
H1.HeaderClassName
{
color: #658849;
}
.AnyTagClassName
{
color: #658849;
}
</style>
background-color css
<style>
a { background-color: #658849; }
a { background-color: rgb(101,136,73); }
div.DivClassName
{
background-color: #658849;
}
.BgClassName
{
background-color: #658849;
}
</style>
border-color css
<style>
span { border-color: #658849; }
span { border-color: rgb(101,136,73); }
td.TdClassName
{
border-color: #658849;
}
.TagClassName
{
border-color: #658849;
}
</style>