Shades of Dingley #648549
Tints of Dingley #648549
RGB
CMYK
RGB Variations
Color information
#648549 (or 0x648549) is known color: Dingley. HEX triplet: 64, 85 and 49. RGB value is (100,133,73). Sum of RGB (Red+Green+Blue) = 100+133+73=306 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.68% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #648549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648549 is #9B7AB6. Grayscale: #747474. Windows color (decimal): -10189495 or 4818276. OLE color: 4818276.
HSL color Cylindrical-coordinate representation of color #648549: hue angle of 93º 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 #648549 is Cyan = 0.25, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 133 | 73 | - |
| CMYK | 0.25 | 0 | 0.45 | 0.48 |
| HSL | 93º | 0.29% | 0.4% | - |
| HSV(B) | 93º | 0.45% | 0.52% | - |
| XYZ | 14.85 | 19.97 | 9.37 | - |
| YUV | 116.29 | 103.57 | 116.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 133 | 73 | 0.25 | 0 | 0.45 | 0.48 | 93 | 0.29 | 0.4 |
| Hex | 64 | 85 | 49 | 19 | 0 | 2D | 30 | 5D | 1D | 28 |
| Octal | 144 | 205 | 111 | 31 | 0 | 55 | 60 | 135 | 35 | 50 |
| Binary | 1100100 | 10000101 | 1001001 | 11001 | 0 | 101101 | 110000 | 1011101 | 11101 | 101000 |
Color Harmonies of #648549
Complementary color
Monochromatic Colors of #648549
Black with #648549
Text Example
Text Example
White with #648549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648549; }
p { color: rgb(100,133,73); }
H1.HeaderClassName
{
color: #648549;
}
.AnyTagClassName
{
color: #648549;
}
</style>
background-color css
<style>
a { background-color: #648549; }
a { background-color: rgb(100,133,73); }
div.DivClassName
{
background-color: #648549;
}
.BgClassName
{
background-color: #648549;
}
</style>
border-color css
<style>
span { border-color: #648549; }
span { border-color: rgb(100,133,73); }
td.TdClassName
{
border-color: #648549;
}
.TagClassName
{
border-color: #648549;
}
</style>