Shades of Dingley #648644
Tints of Dingley #648644
RGB
CMYK
RGB Variations
Color information
#648644 (or 0x648644) is known color: Dingley. HEX triplet: 64, 86 and 44. RGB value is (100,134,68). Sum of RGB (Red+Green+Blue) = 100+134+68=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 134 (52.73% from 255 or 44.37% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 134 - color contains mainly: green. Hex color #648644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648644 is #9B79BB. Grayscale: #747474. Windows color (decimal): -10189244 or 4490852. OLE color: 4490852.
HSL color Cylindrical-coordinate representation of color #648644: hue angle of 90.91º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #648644 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 134 | 68 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.47 |
| HSL | 90.91º | 0.33% | 0.4% | - |
| HSV(B) | 90.91º | 0.49% | 0.53% | - |
| XYZ | 14.82 | 20.18 | 8.58 | - |
| YUV | 116.31 | 100.74 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 134 | 68 | 0.25 | 0 | 0.49 | 0.47 | 90.91 | 0.33 | 0.4 |
| Hex | 64 | 86 | 44 | 19 | 0 | 31 | 2F | 5B | 21 | 28 |
| Octal | 144 | 206 | 104 | 31 | 0 | 61 | 57 | 133 | 41 | 50 |
| Binary | 1100100 | 10000110 | 1000100 | 11001 | 0 | 110001 | 101111 | 1011011 | 100001 | 101000 |
Color Harmonies of #648644
Complementary color
Monochromatic Colors of #648644
Black with #648644
Text Example
Text Example
White with #648644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648644; }
p { color: rgb(100,134,68); }
H1.HeaderClassName
{
color: #648644;
}
.AnyTagClassName
{
color: #648644;
}
</style>
background-color css
<style>
a { background-color: #648644; }
a { background-color: rgb(100,134,68); }
div.DivClassName
{
background-color: #648644;
}
.BgClassName
{
background-color: #648644;
}
</style>
border-color css
<style>
span { border-color: #648644; }
span { border-color: rgb(100,134,68); }
td.TdClassName
{
border-color: #648644;
}
.TagClassName
{
border-color: #648644;
}
</style>