Shades of Dingley #647850
Tints of Dingley #647850
RGB
CMYK
RGB Variations
Color information
#647850 (or 0x647850) is known color: Dingley. HEX triplet: 64, 78 and 50. RGB value is (100,120,80). Sum of RGB (Red+Green+Blue) = 100+120+80=300 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.33% from 300); Green value is 120 (47.27% from 255 or 40% from 300); Blue value is 80 (31.64% from 255 or 26.67% from 300); Max value from RGB is 120 - color contains mainly: green. Hex color #647850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647850 is #9B87AF. Grayscale: #6D6D6D. Windows color (decimal): -10192816 or 5273700. OLE color: 5273700.
HSL color Cylindrical-coordinate representation of color #647850: hue angle of 90º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #647850 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 120 | 80 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.53 |
| HSL | 90º | 0.2% | 0.39% | - |
| HSV(B) | 90º | 0.33% | 0.47% | - |
| XYZ | 13.42 | 16.72 | 10.11 | - |
| YUV | 109.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 120 | 80 | 0.17 | 0 | 0.33 | 0.53 | 90 | 0.2 | 0.39 |
| Hex | 64 | 78 | 50 | 11 | 0 | 21 | 35 | 5A | 14 | 27 |
| Octal | 144 | 170 | 120 | 21 | 0 | 41 | 65 | 132 | 24 | 47 |
| Binary | 1100100 | 1111000 | 1010000 | 10001 | 0 | 100001 | 110101 | 1011010 | 10100 | 100111 |
Color Harmonies of #647850
Complementary color
Monochromatic Colors of #647850
Black with #647850
Text Example
Text Example
White with #647850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647850; }
p { color: rgb(100,120,80); }
H1.HeaderClassName
{
color: #647850;
}
.AnyTagClassName
{
color: #647850;
}
</style>
background-color css
<style>
a { background-color: #647850; }
a { background-color: rgb(100,120,80); }
div.DivClassName
{
background-color: #647850;
}
.BgClassName
{
background-color: #647850;
}
</style>
border-color css
<style>
span { border-color: #647850; }
span { border-color: rgb(100,120,80); }
td.TdClassName
{
border-color: #647850;
}
.TagClassName
{
border-color: #647850;
}
</style>