Shades of Dingley #627951
Tints of Dingley #627951
RGB
CMYK
RGB Variations
Color information
#627951 (or 0x627951) is known color: Dingley. HEX triplet: 62, 79 and 51. RGB value is (98,121,81). Sum of RGB (Red+Green+Blue) = 98+121+81=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 121 (47.66% from 255 or 40.33% from 300); Blue value is 81 (32.03% from 255 or 27% from 300); Max value from RGB is 121 - color contains mainly: green. Hex color #627951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627951 is #9D86AE. Grayscale: #6D6D6D. Windows color (decimal): -10323631 or 5339490. OLE color: 5339490.
HSL color Cylindrical-coordinate representation of color #627951: hue angle of 94.5º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #627951 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 121 | 81 | - |
| CMYK | 0.19 | 0 | 0.33 | 0.53 |
| HSL | 94.5º | 0.2% | 0.4% | - |
| HSV(B) | 94.5º | 0.33% | 0.47% | - |
| XYZ | 13.36 | 16.87 | 10.34 | - |
| YUV | 109.56 | 111.88 | 119.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 121 | 81 | 0.19 | 0 | 0.33 | 0.53 | 94.5 | 0.2 | 0.4 |
| Hex | 62 | 79 | 51 | 13 | 0 | 21 | 35 | 5E | 14 | 28 |
| Octal | 142 | 171 | 121 | 23 | 0 | 41 | 65 | 136 | 24 | 50 |
| Binary | 1100010 | 1111001 | 1010001 | 10011 | 0 | 100001 | 110101 | 1011110 | 10100 | 101000 |
Color Harmonies of #627951
Complementary color
Monochromatic Colors of #627951
Black with #627951
Text Example
Text Example
White with #627951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627951; }
p { color: rgb(98,121,81); }
H1.HeaderClassName
{
color: #627951;
}
.AnyTagClassName
{
color: #627951;
}
</style>
background-color css
<style>
a { background-color: #627951; }
a { background-color: rgb(98,121,81); }
div.DivClassName
{
background-color: #627951;
}
.BgClassName
{
background-color: #627951;
}
</style>
border-color css
<style>
span { border-color: #627951; }
span { border-color: rgb(98,121,81); }
td.TdClassName
{
border-color: #627951;
}
.TagClassName
{
border-color: #627951;
}
</style>