Shades of Dingley #627648
Tints of Dingley #627648
RGB
CMYK
RGB Variations
Color information
#627648 (or 0x627648) is known color: Dingley. HEX triplet: 62, 76 and 48. RGB value is (98,118,72). Sum of RGB (Red+Green+Blue) = 98+118+72=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 118 (46.48% from 255 or 40.97% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 118 - color contains mainly: green. Hex color #627648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627648 is #9D89B7. Grayscale: #6A6A6A. Windows color (decimal): -10324408 or 4748898. OLE color: 4748898.
HSL color Cylindrical-coordinate representation of color #627648: hue angle of 86.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #627648 is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 118 | 72 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.54 |
| HSL | 86.09º | 0.24% | 0.37% | - |
| HSV(B) | 86.09º | 0.39% | 0.46% | - |
| XYZ | 12.69 | 16.02 | 8.55 | - |
| YUV | 106.78 | 108.37 | 121.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 118 | 72 | 0.17 | 0 | 0.39 | 0.54 | 86.09 | 0.24 | 0.37 |
| Hex | 62 | 76 | 48 | 11 | 0 | 27 | 36 | 56 | 18 | 25 |
| Octal | 142 | 166 | 110 | 21 | 0 | 47 | 66 | 126 | 30 | 45 |
| Binary | 1100010 | 1110110 | 1001000 | 10001 | 0 | 100111 | 110110 | 1010110 | 11000 | 100101 |
Color Harmonies of #627648
Complementary color
Monochromatic Colors of #627648
Black with #627648
Text Example
Text Example
White with #627648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627648; }
p { color: rgb(98,118,72); }
H1.HeaderClassName
{
color: #627648;
}
.AnyTagClassName
{
color: #627648;
}
</style>
background-color css
<style>
a { background-color: #627648; }
a { background-color: rgb(98,118,72); }
div.DivClassName
{
background-color: #627648;
}
.BgClassName
{
background-color: #627648;
}
</style>
border-color css
<style>
span { border-color: #627648; }
span { border-color: rgb(98,118,72); }
td.TdClassName
{
border-color: #627648;
}
.TagClassName
{
border-color: #627648;
}
</style>