Shades of Dingley #648447
Tints of Dingley #648447
RGB
CMYK
RGB Variations
Color information
#648447 (or 0x648447) is known color: Dingley. HEX triplet: 64, 84 and 47. RGB value is (100,132,71). Sum of RGB (Red+Green+Blue) = 100+132+71=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 132 (51.95% from 255 or 43.56% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 132 - color contains mainly: green. Hex color #648447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648447 is #9B7BB8. Grayscale: #737373. Windows color (decimal): -10189753 or 4686948. OLE color: 4686948.
HSL color Cylindrical-coordinate representation of color #648447: hue angle of 91.48º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #648447 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 71 | - |
| CMYK | 0.24 | 0 | 0.46 | 0.48 |
| HSL | 91.48º | 0.3% | 0.4% | - |
| HSV(B) | 91.48º | 0.46% | 0.52% | - |
| XYZ | 14.64 | 19.67 | 8.99 | - |
| YUV | 115.48 | 102.9 | 116.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 71 | 0.24 | 0 | 0.46 | 0.48 | 91.48 | 0.3 | 0.4 |
| Hex | 64 | 84 | 47 | 18 | 0 | 2E | 30 | 5B | 1E | 28 |
| Octal | 144 | 204 | 107 | 30 | 0 | 56 | 60 | 133 | 36 | 50 |
| Binary | 1100100 | 10000100 | 1000111 | 11000 | 0 | 101110 | 110000 | 1011011 | 11110 | 101000 |
Color Harmonies of #648447
Complementary color
Monochromatic Colors of #648447
Black with #648447
Text Example
Text Example
White with #648447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648447; }
p { color: rgb(100,132,71); }
H1.HeaderClassName
{
color: #648447;
}
.AnyTagClassName
{
color: #648447;
}
</style>
background-color css
<style>
a { background-color: #648447; }
a { background-color: rgb(100,132,71); }
div.DivClassName
{
background-color: #648447;
}
.BgClassName
{
background-color: #648447;
}
</style>
border-color css
<style>
span { border-color: #648447; }
span { border-color: rgb(100,132,71); }
td.TdClassName
{
border-color: #648447;
}
.TagClassName
{
border-color: #648447;
}
</style>