Shades of Dingley #617B49
Tints of Dingley #617B49
RGB
CMYK
RGB Variations
Color information
#617B49 (or 0x617B49) is known color: Dingley. HEX triplet: 61, 7B and 49. RGB value is (97,123,73). Sum of RGB (Red+Green+Blue) = 97+123+73=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 123 (48.44% from 255 or 41.98% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 123 - color contains mainly: green. Hex color #617B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #617B49 is #9E84B6. Grayscale: #6D6D6D. Windows color (decimal): -10388663 or 4815713. OLE color: 4815713.
HSL color Cylindrical-coordinate representation of color #617B49: hue angle of 91.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #617B49 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 97 | 123 | 73 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.52 |
| HSL | 91.2º | 0.26% | 0.38% | - |
| HSV(B) | 91.2º | 0.41% | 0.48% | - |
| XYZ | 13.22 | 17.19 | 8.92 | - |
| YUV | 109.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 123 | 73 | 0.21 | 0 | 0.41 | 0.52 | 91.2 | 0.26 | 0.38 |
| Hex | 61 | 7B | 49 | 15 | 0 | 29 | 34 | 5B | 1A | 26 |
| Octal | 141 | 173 | 111 | 25 | 0 | 51 | 64 | 133 | 32 | 46 |
| Binary | 1100001 | 1111011 | 1001001 | 10101 | 0 | 101001 | 110100 | 1011011 | 11010 | 100110 |
Color Harmonies of #617B49
Complementary color
Monochromatic Colors of #617B49
Black with #617B49
Text Example
Text Example
White with #617B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #617B49; }
p { color: rgb(97,123,73); }
H1.HeaderClassName
{
color: #617B49;
}
.AnyTagClassName
{
color: #617B49;
}
</style>
background-color css
<style>
a { background-color: #617B49; }
a { background-color: rgb(97,123,73); }
div.DivClassName
{
background-color: #617B49;
}
.BgClassName
{
background-color: #617B49;
}
</style>
border-color css
<style>
span { border-color: #617B49; }
span { border-color: rgb(97,123,73); }
td.TdClassName
{
border-color: #617B49;
}
.TagClassName
{
border-color: #617B49;
}
</style>