Shades of Dingley #628648
Tints of Dingley #628648
RGB
CMYK
RGB Variations
Color information
#628648 (or 0x628648) is known color: Dingley. HEX triplet: 62, 86 and 48. RGB value is (98,134,72). Sum of RGB (Red+Green+Blue) = 98+134+72=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 72 (28.52% from 255 or 23.68% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #628648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628648 is #9D79B7. Grayscale: #747474. Windows color (decimal): -10320312 or 4752994. OLE color: 4752994.
HSL color Cylindrical-coordinate representation of color #628648: hue angle of 94.84º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #628648 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 134 | 72 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.47 |
| HSL | 94.84º | 0.3% | 0.4% | - |
| HSV(B) | 94.84º | 0.46% | 0.53% | - |
| XYZ | 14.73 | 20.11 | 9.24 | - |
| YUV | 116.17 | 103.07 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 134 | 72 | 0.27 | 0 | 0.46 | 0.47 | 94.84 | 0.3 | 0.4 |
| Hex | 62 | 86 | 48 | 1B | 0 | 2E | 2F | 5F | 1E | 28 |
| Octal | 142 | 206 | 110 | 33 | 0 | 56 | 57 | 137 | 36 | 50 |
| Binary | 1100010 | 10000110 | 1001000 | 11011 | 0 | 101110 | 101111 | 1011111 | 11110 | 101000 |
Color Harmonies of #628648
Complementary color
Monochromatic Colors of #628648
Black with #628648
Text Example
Text Example
White with #628648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628648; }
p { color: rgb(98,134,72); }
H1.HeaderClassName
{
color: #628648;
}
.AnyTagClassName
{
color: #628648;
}
</style>
background-color css
<style>
a { background-color: #628648; }
a { background-color: rgb(98,134,72); }
div.DivClassName
{
background-color: #628648;
}
.BgClassName
{
background-color: #628648;
}
</style>
border-color css
<style>
span { border-color: #628648; }
span { border-color: rgb(98,134,72); }
td.TdClassName
{
border-color: #628648;
}
.TagClassName
{
border-color: #628648;
}
</style>