Shades of Dingley #64814F
Tints of Dingley #64814F
RGB
CMYK
RGB Variations
Color information
#64814F (or 0x64814F) is known color: Dingley. HEX triplet: 64, 81 and 4F. RGB value is (100,129,79). Sum of RGB (Red+Green+Blue) = 100+129+79=308 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.47% from 308); Green value is 129 (50.78% from 255 or 41.88% from 308); Blue value is 79 (31.25% from 255 or 25.65% from 308); Max value from RGB is 129 - color contains mainly: green. Hex color #64814F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64814F is #9B7EB0. Grayscale: #727272. Windows color (decimal): -10190513 or 5210468. OLE color: 5210468.
HSL color Cylindrical-coordinate representation of color #64814F: hue angle of 94.8º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #64814F is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 129 | 79 | - |
| CMYK | 0.22 | 0 | 0.39 | 0.49 |
| HSL | 94.8º | 0.24% | 0.41% | - |
| HSV(B) | 94.8º | 0.39% | 0.51% | - |
| XYZ | 14.52 | 18.97 | 10.29 | - |
| YUV | 114.63 | 107.89 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 129 | 79 | 0.22 | 0 | 0.39 | 0.49 | 94.8 | 0.24 | 0.41 |
| Hex | 64 | 81 | 4F | 16 | 0 | 27 | 31 | 5F | 18 | 29 |
| Octal | 144 | 201 | 117 | 26 | 0 | 47 | 61 | 137 | 30 | 51 |
| Binary | 1100100 | 10000001 | 1001111 | 10110 | 0 | 100111 | 110001 | 1011111 | 11000 | 101001 |
Color Harmonies of #64814F
Complementary color
Monochromatic Colors of #64814F
Black with #64814F
Text Example
Text Example
White with #64814F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64814F; }
p { color: rgb(100,129,79); }
H1.HeaderClassName
{
color: #64814F;
}
.AnyTagClassName
{
color: #64814F;
}
</style>
background-color css
<style>
a { background-color: #64814F; }
a { background-color: rgb(100,129,79); }
div.DivClassName
{
background-color: #64814F;
}
.BgClassName
{
background-color: #64814F;
}
</style>
border-color css
<style>
span { border-color: #64814F; }
span { border-color: rgb(100,129,79); }
td.TdClassName
{
border-color: #64814F;
}
.TagClassName
{
border-color: #64814F;
}
</style>