Shades of Dingley #627849
Tints of Dingley #627849
RGB
CMYK
RGB Variations
Color information
#627849 (or 0x627849) is known color: Dingley. HEX triplet: 62, 78 and 49. RGB value is (98,120,73). Sum of RGB (Red+Green+Blue) = 98+120+73=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #627849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627849 is #9D87B6. Grayscale: #6C6C6C. Windows color (decimal): -10323895 or 4814946. OLE color: 4814946.
HSL color Cylindrical-coordinate representation of color #627849: hue angle of 88.09º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #627849 is Cyan = 0.18, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 120 | 73 | - |
| CMYK | 0.18 | 0 | 0.39 | 0.53 |
| HSL | 88.09º | 0.24% | 0.38% | - |
| HSV(B) | 88.09º | 0.39% | 0.47% | - |
| XYZ | 12.96 | 16.51 | 8.81 | - |
| YUV | 108.06 | 108.21 | 120.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 120 | 73 | 0.18 | 0 | 0.39 | 0.53 | 88.09 | 0.24 | 0.38 |
| Hex | 62 | 78 | 49 | 12 | 0 | 27 | 35 | 58 | 18 | 26 |
| Octal | 142 | 170 | 111 | 22 | 0 | 47 | 65 | 130 | 30 | 46 |
| Binary | 1100010 | 1111000 | 1001001 | 10010 | 0 | 100111 | 110101 | 1011000 | 11000 | 100110 |
Color Harmonies of #627849
Complementary color
Monochromatic Colors of #627849
Black with #627849
Text Example
Text Example
White with #627849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627849; }
p { color: rgb(98,120,73); }
H1.HeaderClassName
{
color: #627849;
}
.AnyTagClassName
{
color: #627849;
}
</style>
background-color css
<style>
a { background-color: #627849; }
a { background-color: rgb(98,120,73); }
div.DivClassName
{
background-color: #627849;
}
.BgClassName
{
background-color: #627849;
}
</style>
border-color css
<style>
span { border-color: #627849; }
span { border-color: rgb(98,120,73); }
td.TdClassName
{
border-color: #627849;
}
.TagClassName
{
border-color: #627849;
}
</style>