Shades of Dingley #64843F
Tints of Dingley #64843F
RGB
CMYK
RGB Variations
Color information
#64843F (or 0x64843F) is known color: Dingley. HEX triplet: 64, 84 and 3F. RGB value is (100,132,63). Sum of RGB (Red+Green+Blue) = 100+132+63=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #64843F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64843F is #9B7BC0. Grayscale: #727272. Windows color (decimal): -10189761 or 4162660. OLE color: 4162660.
HSL color Cylindrical-coordinate representation of color #64843F: hue angle of 87.83º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64843F is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 132 | 63 | - |
| CMYK | 0.24 | 0 | 0.52 | 0.48 |
| HSL | 87.83º | 0.35% | 0.38% | - |
| HSV(B) | 87.83º | 0.52% | 0.52% | - |
| XYZ | 14.4 | 19.57 | 7.72 | - |
| YUV | 114.57 | 98.9 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 132 | 63 | 0.24 | 0 | 0.52 | 0.48 | 87.83 | 0.35 | 0.38 |
| Hex | 64 | 84 | 3F | 18 | 0 | 34 | 30 | 58 | 23 | 26 |
| Octal | 144 | 204 | 77 | 30 | 0 | 64 | 60 | 130 | 43 | 46 |
| Binary | 1100100 | 10000100 | 111111 | 11000 | 0 | 110100 | 110000 | 1011000 | 100011 | 100110 |
Color Harmonies of #64843F
Complementary color
Monochromatic Colors of #64843F
Black with #64843F
Text Example
Text Example
White with #64843F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64843F; }
p { color: rgb(100,132,63); }
H1.HeaderClassName
{
color: #64843F;
}
.AnyTagClassName
{
color: #64843F;
}
</style>
background-color css
<style>
a { background-color: #64843F; }
a { background-color: rgb(100,132,63); }
div.DivClassName
{
background-color: #64843F;
}
.BgClassName
{
background-color: #64843F;
}
</style>
border-color css
<style>
span { border-color: #64843F; }
span { border-color: rgb(100,132,63); }
td.TdClassName
{
border-color: #64843F;
}
.TagClassName
{
border-color: #64843F;
}
</style>