Shades of Dingley #657749
Tints of Dingley #657749
RGB
CMYK
RGB Variations
Color information
#657749 (or 0x657749) is known color: Dingley. HEX triplet: 65, 77 and 49. RGB value is (101,119,73). Sum of RGB (Red+Green+Blue) = 101+119+73=293 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.47% from 293); Green value is 119 (46.88% from 255 or 40.61% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 119 - color contains mainly: green. Hex color #657749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657749 is #9A88B6. Grayscale: #6C6C6C. Windows color (decimal): -10127543 or 4814693. OLE color: 4814693.
HSL color Cylindrical-coordinate representation of color #657749: hue angle of 83.48º 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 #657749 is Cyan = 0.15, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 73 | - |
| CMYK | 0.15 | 0 | 0.39 | 0.53 |
| HSL | 83.48º | 0.24% | 0.38% | - |
| HSV(B) | 83.48º | 0.39% | 0.47% | - |
| XYZ | 13.17 | 16.44 | 8.78 | - |
| YUV | 108.37 | 108.04 | 122.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 73 | 0.15 | 0 | 0.39 | 0.53 | 83.48 | 0.24 | 0.38 |
| Hex | 65 | 77 | 49 | F | 0 | 27 | 35 | 53 | 18 | 26 |
| Octal | 145 | 167 | 111 | 17 | 0 | 47 | 65 | 123 | 30 | 46 |
| Binary | 1100101 | 1110111 | 1001001 | 1111 | 0 | 100111 | 110101 | 1010011 | 11000 | 100110 |
Color Harmonies of #657749
Complementary color
Monochromatic Colors of #657749
Black with #657749
Text Example
Text Example
White with #657749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657749; }
p { color: rgb(101,119,73); }
H1.HeaderClassName
{
color: #657749;
}
.AnyTagClassName
{
color: #657749;
}
</style>
background-color css
<style>
a { background-color: #657749; }
a { background-color: rgb(101,119,73); }
div.DivClassName
{
background-color: #657749;
}
.BgClassName
{
background-color: #657749;
}
</style>
border-color css
<style>
span { border-color: #657749; }
span { border-color: rgb(101,119,73); }
td.TdClassName
{
border-color: #657749;
}
.TagClassName
{
border-color: #657749;
}
</style>