Shades of Dingley #647B4E
Tints of Dingley #647B4E
RGB
CMYK
RGB Variations
Color information
#647B4E (or 0x647B4E) is known color: Dingley. HEX triplet: 64, 7B and 4E. RGB value is (100,123,78). Sum of RGB (Red+Green+Blue) = 100+123+78=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 78 (30.86% from 255 or 25.91% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #647B4E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647B4E is #9B84B1. Grayscale: #6F6F6F. Windows color (decimal): -10192050 or 5143396. OLE color: 5143396.
HSL color Cylindrical-coordinate representation of color #647B4E: hue angle of 90.67º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #647B4E is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 78 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.52 |
| HSL | 90.67º | 0.22% | 0.39% | - |
| HSV(B) | 90.67º | 0.37% | 0.48% | - |
| XYZ | 13.71 | 17.43 | 9.85 | - |
| YUV | 110.99 | 109.38 | 120.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 78 | 0.19 | 0 | 0.37 | 0.52 | 90.67 | 0.22 | 0.39 |
| Hex | 64 | 7B | 4E | 13 | 0 | 25 | 34 | 5B | 16 | 27 |
| Octal | 144 | 173 | 116 | 23 | 0 | 45 | 64 | 133 | 26 | 47 |
| Binary | 1100100 | 1111011 | 1001110 | 10011 | 0 | 100101 | 110100 | 1011011 | 10110 | 100111 |
Color Harmonies of #647B4E
Complementary color
Monochromatic Colors of #647B4E
Black with #647B4E
Text Example
Text Example
White with #647B4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B4E; }
p { color: rgb(100,123,78); }
H1.HeaderClassName
{
color: #647B4E;
}
.AnyTagClassName
{
color: #647B4E;
}
</style>
background-color css
<style>
a { background-color: #647B4E; }
a { background-color: rgb(100,123,78); }
div.DivClassName
{
background-color: #647B4E;
}
.BgClassName
{
background-color: #647B4E;
}
</style>
border-color css
<style>
span { border-color: #647B4E; }
span { border-color: rgb(100,123,78); }
td.TdClassName
{
border-color: #647B4E;
}
.TagClassName
{
border-color: #647B4E;
}
</style>