Shades of Dingley #648949
Tints of Dingley #648949
RGB
CMYK
RGB Variations
Color information
#648949 (or 0x648949) is known color: Dingley. HEX triplet: 64, 89 and 49. RGB value is (100,137,73). Sum of RGB (Red+Green+Blue) = 100+137+73=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 137 (53.91% from 255 or 44.19% from 310); Blue value is 73 (28.91% from 255 or 23.55% from 310); Max value from RGB is 137 - color contains mainly: green. Hex color #648949 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648949 is #9B76B6. Grayscale: #767676. Windows color (decimal): -10188471 or 4819300. OLE color: 4819300.
HSL color Cylindrical-coordinate representation of color #648949: hue angle of 94.69º 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 #648949 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 73 | - |
| CMYK | 0.27 | 0 | 0.47 | 0.46 |
| HSL | 94.69º | 0.3% | 0.41% | - |
| HSV(B) | 94.69º | 0.47% | 0.54% | - |
| XYZ | 15.4 | 21.08 | 9.56 | - |
| YUV | 118.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 73 | 0.27 | 0 | 0.47 | 0.46 | 94.69 | 0.3 | 0.41 |
| Hex | 64 | 89 | 49 | 1B | 0 | 2F | 2E | 5F | 1E | 29 |
| Octal | 144 | 211 | 111 | 33 | 0 | 57 | 56 | 137 | 36 | 51 |
| Binary | 1100100 | 10001001 | 1001001 | 11011 | 0 | 101111 | 101110 | 1011111 | 11110 | 101001 |
Color Harmonies of #648949
Complementary color
Monochromatic Colors of #648949
Black with #648949
Text Example
Text Example
White with #648949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648949; }
p { color: rgb(100,137,73); }
H1.HeaderClassName
{
color: #648949;
}
.AnyTagClassName
{
color: #648949;
}
</style>
background-color css
<style>
a { background-color: #648949; }
a { background-color: rgb(100,137,73); }
div.DivClassName
{
background-color: #648949;
}
.BgClassName
{
background-color: #648949;
}
</style>
border-color css
<style>
span { border-color: #648949; }
span { border-color: rgb(100,137,73); }
td.TdClassName
{
border-color: #648949;
}
.TagClassName
{
border-color: #648949;
}
</style>