Shades of Dingley #657747
Tints of Dingley #657747
RGB
CMYK
RGB Variations
Color information
#657747 (or 0x657747) is known color: Dingley. HEX triplet: 65, 77 and 47. RGB value is (101,119,71). Sum of RGB (Red+Green+Blue) = 101+119+71=291 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.71% from 291); Green value is 119 (46.88% from 255 or 40.89% from 291); Blue value is 71 (28.12% from 255 or 24.40% from 291); Max value from RGB is 119 - color contains mainly: green. Hex color #657747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657747 is #9A88B8. Grayscale: #6C6C6C. Windows color (decimal): -10127545 or 4683621. OLE color: 4683621.
HSL color Cylindrical-coordinate representation of color #657747: hue angle of 82.5º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #657747 is Cyan = 0.15, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 71 | - |
| CMYK | 0.15 | 0 | 0.40 | 0.53 |
| HSL | 82.5º | 0.25% | 0.37% | - |
| HSV(B) | 82.5º | 0.4% | 0.47% | - |
| XYZ | 13.1 | 16.42 | 8.44 | - |
| YUV | 108.15 | 107.04 | 122.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 71 | 0.15 | 0 | 0.40 | 0.53 | 82.5 | 0.25 | 0.37 |
| Hex | 65 | 77 | 47 | F | 0 | 28 | 35 | 52 | 19 | 25 |
| Octal | 145 | 167 | 107 | 17 | 0 | 50 | 65 | 122 | 31 | 45 |
| Binary | 1100101 | 1110111 | 1000111 | 1111 | 0 | 101000 | 110101 | 1010010 | 11001 | 100101 |
Color Harmonies of #657747
Complementary color
Monochromatic Colors of #657747
Black with #657747
Text Example
Text Example
White with #657747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657747; }
p { color: rgb(101,119,71); }
H1.HeaderClassName
{
color: #657747;
}
.AnyTagClassName
{
color: #657747;
}
</style>
background-color css
<style>
a { background-color: #657747; }
a { background-color: rgb(101,119,71); }
div.DivClassName
{
background-color: #657747;
}
.BgClassName
{
background-color: #657747;
}
</style>
border-color css
<style>
span { border-color: #657747; }
span { border-color: rgb(101,119,71); }
td.TdClassName
{
border-color: #657747;
}
.TagClassName
{
border-color: #657747;
}
</style>