Shades of Dingley #617645
Tints of Dingley #617645
RGB
CMYK
RGB Variations
Color information
#617645 (or 0x617645) is known color: Dingley. HEX triplet: 61, 76 and 45. RGB value is (97,118,69). Sum of RGB (Red+Green+Blue) = 97+118+69=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 118 (46.48% from 255 or 41.55% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 118 - color contains mainly: green. Hex color #617645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617645 is #9E89BA. Grayscale: #6A6A6A. Windows color (decimal): -10389947 or 4552289. OLE color: 4552289.
HSL color Cylindrical-coordinate representation of color #617645: hue angle of 85.71º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #617645 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 69 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.54 |
| HSL | 85.71º | 0.26% | 0.37% | - |
| HSV(B) | 85.71º | 0.42% | 0.46% | - |
| XYZ | 12.48 | 15.93 | 8.05 | - |
| YUV | 106.14 | 107.04 | 121.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 69 | 0.18 | 0 | 0.42 | 0.54 | 85.71 | 0.26 | 0.37 |
| Hex | 61 | 76 | 45 | 12 | 0 | 2A | 36 | 56 | 1A | 25 |
| Octal | 141 | 166 | 105 | 22 | 0 | 52 | 66 | 126 | 32 | 45 |
| Binary | 1100001 | 1110110 | 1000101 | 10010 | 0 | 101010 | 110110 | 1010110 | 11010 | 100101 |
Color Harmonies of #617645
Complementary color
Monochromatic Colors of #617645
Black with #617645
Text Example
Text Example
White with #617645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617645; }
p { color: rgb(97,118,69); }
H1.HeaderClassName
{
color: #617645;
}
.AnyTagClassName
{
color: #617645;
}
</style>
background-color css
<style>
a { background-color: #617645; }
a { background-color: rgb(97,118,69); }
div.DivClassName
{
background-color: #617645;
}
.BgClassName
{
background-color: #617645;
}
</style>
border-color css
<style>
span { border-color: #617645; }
span { border-color: rgb(97,118,69); }
td.TdClassName
{
border-color: #617645;
}
.TagClassName
{
border-color: #617645;
}
</style>