Shades of Dingley #647B42
Tints of Dingley #647B42
RGB
CMYK
RGB Variations
Color information
#647B42 (or 0x647B42) is known color: Dingley. HEX triplet: 64, 7B and 42. RGB value is (100,123,66). Sum of RGB (Red+Green+Blue) = 100+123+66=289 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.60% from 289); Green value is 123 (48.44% from 255 or 42.56% from 289); Blue value is 66 (26.17% from 255 or 22.84% from 289); Max value from RGB is 123 - color contains mainly: green. Hex color #647B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #647B42 is #9B84BD. Grayscale: #6D6D6D. Windows color (decimal): -10192062 or 4356964. OLE color: 4356964.
HSL color Cylindrical-coordinate representation of color #647B42: hue angle of 84.21º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #647B42 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 123 | 66 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.52 |
| HSL | 84.21º | 0.3% | 0.37% | - |
| HSV(B) | 84.21º | 0.46% | 0.48% | - |
| XYZ | 13.32 | 17.27 | 7.79 | - |
| YUV | 109.63 | 103.38 | 121.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 66 | 0.19 | 0 | 0.46 | 0.52 | 84.21 | 0.3 | 0.37 |
| Hex | 64 | 7B | 42 | 13 | 0 | 2E | 34 | 54 | 1E | 25 |
| Octal | 144 | 173 | 102 | 23 | 0 | 56 | 64 | 124 | 36 | 45 |
| Binary | 1100100 | 1111011 | 1000010 | 10011 | 0 | 101110 | 110100 | 1010100 | 11110 | 100101 |
Color Harmonies of #647B42
Complementary color
Monochromatic Colors of #647B42
Black with #647B42
Text Example
Text Example
White with #647B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647B42; }
p { color: rgb(100,123,66); }
H1.HeaderClassName
{
color: #647B42;
}
.AnyTagClassName
{
color: #647B42;
}
</style>
background-color css
<style>
a { background-color: #647B42; }
a { background-color: rgb(100,123,66); }
div.DivClassName
{
background-color: #647B42;
}
.BgClassName
{
background-color: #647B42;
}
</style>
border-color css
<style>
span { border-color: #647B42; }
span { border-color: rgb(100,123,66); }
td.TdClassName
{
border-color: #647B42;
}
.TagClassName
{
border-color: #647B42;
}
</style>