Shades of Dingley #627551
Tints of Dingley #627551
RGB
CMYK
RGB Variations
Color information
#627551 (or 0x627551) is known color: Dingley. HEX triplet: 62, 75 and 51. RGB value is (98,117,81). Sum of RGB (Red+Green+Blue) = 98+117+81=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 117 (46.09% from 255 or 39.53% from 296); Blue value is 81 (32.03% from 255 or 27.36% from 296); Max value from RGB is 117 - color contains mainly: green. Hex color #627551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #627551 is #9D8AAE. Grayscale: #6B6B6B. Windows color (decimal): -10324655 or 5338466. OLE color: 5338466.
HSL color Cylindrical-coordinate representation of color #627551: hue angle of 91.67º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #627551 is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 98 | 117 | 81 | - |
| CMYK | 0.16 | 0 | 0.31 | 0.54 |
| HSL | 91.67º | 0.18% | 0.39% | - |
| HSV(B) | 91.67º | 0.31% | 0.46% | - |
| XYZ | 12.88 | 15.91 | 10.18 | - |
| YUV | 107.22 | 113.21 | 121.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 117 | 81 | 0.16 | 0 | 0.31 | 0.54 | 91.67 | 0.18 | 0.39 |
| Hex | 62 | 75 | 51 | 10 | 0 | 1F | 36 | 5C | 12 | 27 |
| Octal | 142 | 165 | 121 | 20 | 0 | 37 | 66 | 134 | 22 | 47 |
| Binary | 1100010 | 1110101 | 1010001 | 10000 | 0 | 11111 | 110110 | 1011100 | 10010 | 100111 |
Color Harmonies of #627551
Complementary color
Monochromatic Colors of #627551
Black with #627551
Text Example
Text Example
White with #627551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627551; }
p { color: rgb(98,117,81); }
H1.HeaderClassName
{
color: #627551;
}
.AnyTagClassName
{
color: #627551;
}
</style>
background-color css
<style>
a { background-color: #627551; }
a { background-color: rgb(98,117,81); }
div.DivClassName
{
background-color: #627551;
}
.BgClassName
{
background-color: #627551;
}
</style>
border-color css
<style>
span { border-color: #627551; }
span { border-color: rgb(98,117,81); }
td.TdClassName
{
border-color: #627551;
}
.TagClassName
{
border-color: #627551;
}
</style>