Shades of Dingley #64804B
Tints of Dingley #64804B
RGB
CMYK
RGB Variations
Color information
#64804B (or 0x64804B) is known color: Dingley. HEX triplet: 64, 80 and 4B. RGB value is (100,128,75). Sum of RGB (Red+Green+Blue) = 100+128+75=303 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.00% from 303); Green value is 128 (50.39% from 255 or 42.24% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 128 - color contains mainly: green. Hex color #64804B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64804B is #9B7FB4. Grayscale: #717171. Windows color (decimal): -10190773 or 4948068. OLE color: 4948068.
HSL color Cylindrical-coordinate representation of color #64804B: hue angle of 91.7º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #64804B is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 128 | 75 | - |
| CMYK | 0.22 | 0 | 0.41 | 0.50 |
| HSL | 91.7º | 0.26% | 0.4% | - |
| HSV(B) | 91.7º | 0.41% | 0.5% | - |
| XYZ | 14.24 | 18.66 | 9.51 | - |
| YUV | 113.59 | 106.22 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 128 | 75 | 0.22 | 0 | 0.41 | 0.50 | 91.7 | 0.26 | 0.4 |
| Hex | 64 | 80 | 4B | 16 | 0 | 29 | 32 | 5C | 1A | 28 |
| Octal | 144 | 200 | 113 | 26 | 0 | 51 | 62 | 134 | 32 | 50 |
| Binary | 1100100 | 10000000 | 1001011 | 10110 | 0 | 101001 | 110010 | 1011100 | 11010 | 101000 |
Color Harmonies of #64804B
Complementary color
Monochromatic Colors of #64804B
Black with #64804B
Text Example
Text Example
White with #64804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64804B; }
p { color: rgb(100,128,75); }
H1.HeaderClassName
{
color: #64804B;
}
.AnyTagClassName
{
color: #64804B;
}
</style>
background-color css
<style>
a { background-color: #64804B; }
a { background-color: rgb(100,128,75); }
div.DivClassName
{
background-color: #64804B;
}
.BgClassName
{
background-color: #64804B;
}
</style>
border-color css
<style>
span { border-color: #64804B; }
span { border-color: rgb(100,128,75); }
td.TdClassName
{
border-color: #64804B;
}
.TagClassName
{
border-color: #64804B;
}
</style>