Shades of Dingley #64734E
Tints of Dingley #64734E
RGB
CMYK
RGB Variations
Color information
#64734E (or 0x64734E) is known color: Dingley. HEX triplet: 64, 73 and 4E. RGB value is (100,115,78). Sum of RGB (Red+Green+Blue) = 100+115+78=293 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.13% from 293); Green value is 115 (45.31% from 255 or 39.25% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 115 - color contains mainly: green. Hex color #64734E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64734E is #9B8CB1. Grayscale: #6A6A6A. Windows color (decimal): -10194098 or 5141348. OLE color: 5141348.
HSL color Cylindrical-coordinate representation of color #64734E: hue angle of 84.32º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64734E is Cyan = 0.13, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 100 | 115 | 78 | - |
| CMYK | 0.13 | 0 | 0.32 | 0.55 |
| HSL | 84.32º | 0.19% | 0.38% | - |
| HSV(B) | 84.32º | 0.32% | 0.45% | - |
| XYZ | 12.76 | 15.52 | 9.53 | - |
| YUV | 106.3 | 112.03 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 115 | 78 | 0.13 | 0 | 0.32 | 0.55 | 84.32 | 0.19 | 0.38 |
| Hex | 64 | 73 | 4E | D | 0 | 20 | 37 | 54 | 13 | 26 |
| Octal | 144 | 163 | 116 | 15 | 0 | 40 | 67 | 124 | 23 | 46 |
| Binary | 1100100 | 1110011 | 1001110 | 1101 | 0 | 100000 | 110111 | 1010100 | 10011 | 100110 |
Color Harmonies of #64734E
Complementary color
Monochromatic Colors of #64734E
Black with #64734E
Text Example
Text Example
White with #64734E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64734E; }
p { color: rgb(100,115,78); }
H1.HeaderClassName
{
color: #64734E;
}
.AnyTagClassName
{
color: #64734E;
}
</style>
background-color css
<style>
a { background-color: #64734E; }
a { background-color: rgb(100,115,78); }
div.DivClassName
{
background-color: #64734E;
}
.BgClassName
{
background-color: #64734E;
}
</style>
border-color css
<style>
span { border-color: #64734E; }
span { border-color: rgb(100,115,78); }
td.TdClassName
{
border-color: #64734E;
}
.TagClassName
{
border-color: #64734E;
}
</style>