Shades of Dingley #627745
Tints of Dingley #627745
RGB
CMYK
RGB Variations
Color information
#627745 (or 0x627745) is known color: Dingley. HEX triplet: 62, 77 and 45. RGB value is (98,119,69). Sum of RGB (Red+Green+Blue) = 98+119+69=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #627745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627745 is #9D88BA. Grayscale: #6B6B6B. Windows color (decimal): -10324155 or 4552546. OLE color: 4552546.
HSL color Cylindrical-coordinate representation of color #627745: hue angle of 85.2º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #627745 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 98 | 119 | 69 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.53 |
| HSL | 85.2º | 0.27% | 0.37% | - |
| HSV(B) | 85.2º | 0.42% | 0.47% | - |
| XYZ | 12.71 | 16.22 | 8.09 | - |
| YUV | 107.02 | 106.54 | 121.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 119 | 69 | 0.18 | 0 | 0.42 | 0.53 | 85.2 | 0.27 | 0.37 |
| Hex | 62 | 77 | 45 | 12 | 0 | 2A | 35 | 55 | 1B | 25 |
| Octal | 142 | 167 | 105 | 22 | 0 | 52 | 65 | 125 | 33 | 45 |
| Binary | 1100010 | 1110111 | 1000101 | 10010 | 0 | 101010 | 110101 | 1010101 | 11011 | 100101 |
Color Harmonies of #627745
Complementary color
Monochromatic Colors of #627745
Black with #627745
Text Example
Text Example
White with #627745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627745; }
p { color: rgb(98,119,69); }
H1.HeaderClassName
{
color: #627745;
}
.AnyTagClassName
{
color: #627745;
}
</style>
background-color css
<style>
a { background-color: #627745; }
a { background-color: rgb(98,119,69); }
div.DivClassName
{
background-color: #627745;
}
.BgClassName
{
background-color: #627745;
}
</style>
border-color css
<style>
span { border-color: #627745; }
span { border-color: rgb(98,119,69); }
td.TdClassName
{
border-color: #627745;
}
.TagClassName
{
border-color: #627745;
}
</style>