Shades of Dingley #658949
Tints of Dingley #658949
RGB
CMYK
RGB Variations
Color information
#658949 (or 0x658949) is known color: Dingley. HEX triplet: 65, 89 and 49. RGB value is (101,137,73). Sum of RGB (Red+Green+Blue) = 101+137+73=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #658949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658949 is #9A76B6. Grayscale: #777777. Windows color (decimal): -10122935 or 4819301. OLE color: 4819301.
HSL color Cylindrical-coordinate representation of color #658949: hue angle of 93.75º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #658949 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 137 | 73 | - |
| CMYK | 0.26 | 0 | 0.47 | 0.46 |
| HSL | 93.75º | 0.3% | 0.41% | - |
| HSV(B) | 93.75º | 0.47% | 0.54% | - |
| XYZ | 15.52 | 21.14 | 9.57 | - |
| YUV | 118.94 | 102.07 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 137 | 73 | 0.26 | 0 | 0.47 | 0.46 | 93.75 | 0.3 | 0.41 |
| Hex | 65 | 89 | 49 | 1A | 0 | 2F | 2E | 5E | 1E | 29 |
| Octal | 145 | 211 | 111 | 32 | 0 | 57 | 56 | 136 | 36 | 51 |
| Binary | 1100101 | 10001001 | 1001001 | 11010 | 0 | 101111 | 101110 | 1011110 | 11110 | 101001 |
Color Harmonies of #658949
Complementary color
Monochromatic Colors of #658949
Black with #658949
Text Example
Text Example
White with #658949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658949; }
p { color: rgb(101,137,73); }
H1.HeaderClassName
{
color: #658949;
}
.AnyTagClassName
{
color: #658949;
}
</style>
background-color css
<style>
a { background-color: #658949; }
a { background-color: rgb(101,137,73); }
div.DivClassName
{
background-color: #658949;
}
.BgClassName
{
background-color: #658949;
}
</style>
border-color css
<style>
span { border-color: #658949; }
span { border-color: rgb(101,137,73); }
td.TdClassName
{
border-color: #658949;
}
.TagClassName
{
border-color: #658949;
}
</style>