Shades of Dingley #64884A
Tints of Dingley #64884A
RGB
CMYK
RGB Variations
Color information
#64884A (or 0x64884A) is known color: Dingley. HEX triplet: 64, 88 and 4A. RGB value is (100,136,74). Sum of RGB (Red+Green+Blue) = 100+136+74=310 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.26% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #64884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64884A is #9B77B5. Grayscale: #767676. Windows color (decimal): -10188726 or 4884580. OLE color: 4884580.
HSL color Cylindrical-coordinate representation of color #64884A: hue angle of 94.84º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64884A is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 74 | - |
| CMYK | 0.26 | 0 | 0.46 | 0.47 |
| HSL | 94.84º | 0.3% | 0.41% | - |
| HSV(B) | 94.84º | 0.46% | 0.53% | - |
| XYZ | 15.3 | 20.81 | 9.69 | - |
| YUV | 118.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 74 | 0.26 | 0 | 0.46 | 0.47 | 94.84 | 0.3 | 0.41 |
| Hex | 64 | 88 | 4A | 1A | 0 | 2E | 2F | 5F | 1E | 29 |
| Octal | 144 | 210 | 112 | 32 | 0 | 56 | 57 | 137 | 36 | 51 |
| Binary | 1100100 | 10001000 | 1001010 | 11010 | 0 | 101110 | 101111 | 1011111 | 11110 | 101001 |
Color Harmonies of #64884A
Complementary color
Monochromatic Colors of #64884A
Black with #64884A
Text Example
Text Example
White with #64884A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64884A; }
p { color: rgb(100,136,74); }
H1.HeaderClassName
{
color: #64884A;
}
.AnyTagClassName
{
color: #64884A;
}
</style>
background-color css
<style>
a { background-color: #64884A; }
a { background-color: rgb(100,136,74); }
div.DivClassName
{
background-color: #64884A;
}
.BgClassName
{
background-color: #64884A;
}
</style>
border-color css
<style>
span { border-color: #64884A; }
span { border-color: rgb(100,136,74); }
td.TdClassName
{
border-color: #64884A;
}
.TagClassName
{
border-color: #64884A;
}
</style>