Shades of Dingley #627451
Tints of Dingley #627451
RGB
CMYK
RGB Variations
Color information
#627451 (or 0x627451) is known color: Dingley. HEX triplet: 62, 74 and 51. RGB value is (98,116,81). Sum of RGB (Red+Green+Blue) = 98+116+81=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 116 (45.70% from 255 or 39.32% from 295); Blue value is 81 (32.03% from 255 or 27.46% from 295); Max value from RGB is 116 - color contains mainly: green. Hex color #627451 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627451 is #9D8BAE. Grayscale: #6A6A6A. Windows color (decimal): -10324911 or 5338210. OLE color: 5338210.
HSL color Cylindrical-coordinate representation of color #627451: hue angle of 90.86º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #627451 is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 98 | 116 | 81 | - |
| CMYK | 0.16 | 0 | 0.30 | 0.55 |
| HSL | 90.86º | 0.18% | 0.39% | - |
| HSV(B) | 90.86º | 0.3% | 0.45% | - |
| XYZ | 12.77 | 15.68 | 10.14 | - |
| YUV | 106.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 116 | 81 | 0.16 | 0 | 0.30 | 0.55 | 90.86 | 0.18 | 0.39 |
| Hex | 62 | 74 | 51 | 10 | 0 | 1E | 37 | 5B | 12 | 27 |
| Octal | 142 | 164 | 121 | 20 | 0 | 36 | 67 | 133 | 22 | 47 |
| Binary | 1100010 | 1110100 | 1010001 | 10000 | 0 | 11110 | 110111 | 1011011 | 10010 | 100111 |
Color Harmonies of #627451
Complementary color
Monochromatic Colors of #627451
Black with #627451
Text Example
Text Example
White with #627451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627451; }
p { color: rgb(98,116,81); }
H1.HeaderClassName
{
color: #627451;
}
.AnyTagClassName
{
color: #627451;
}
</style>
background-color css
<style>
a { background-color: #627451; }
a { background-color: rgb(98,116,81); }
div.DivClassName
{
background-color: #627451;
}
.BgClassName
{
background-color: #627451;
}
</style>
border-color css
<style>
span { border-color: #627451; }
span { border-color: rgb(98,116,81); }
td.TdClassName
{
border-color: #627451;
}
.TagClassName
{
border-color: #627451;
}
</style>