Shades of Dingley #657E4D
Tints of Dingley #657E4D
RGB
CMYK
RGB Variations
Color information
#657E4D (or 0x657E4D) is known color: Dingley. HEX triplet: 65, 7E and 4D. RGB value is (101,126,77). Sum of RGB (Red+Green+Blue) = 101+126+77=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 126 (49.61% from 255 or 41.45% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 126 - color contains mainly: green. Hex color #657E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657E4D is #9A81B2. Grayscale: #717171. Windows color (decimal): -10125747 or 5078629. OLE color: 5078629.
HSL color Cylindrical-coordinate representation of color #657E4D: hue angle of 90.61º degrees, saturation: 0.24, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #657E4D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 101 | 126 | 77 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.51 |
| HSL | 90.61º | 0.24% | 0.4% | - |
| HSV(B) | 90.61º | 0.39% | 0.49% | - |
| XYZ | 14.17 | 18.22 | 9.79 | - |
| YUV | 112.94 | 107.72 | 119.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 126 | 77 | 0.20 | 0 | 0.39 | 0.51 | 90.61 | 0.24 | 0.4 |
| Hex | 65 | 7E | 4D | 14 | 0 | 27 | 33 | 5B | 18 | 28 |
| Octal | 145 | 176 | 115 | 24 | 0 | 47 | 63 | 133 | 30 | 50 |
| Binary | 1100101 | 1111110 | 1001101 | 10100 | 0 | 100111 | 110011 | 1011011 | 11000 | 101000 |
Color Harmonies of #657E4D
Complementary color
Monochromatic Colors of #657E4D
Black with #657E4D
Text Example
Text Example
White with #657E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657E4D; }
p { color: rgb(101,126,77); }
H1.HeaderClassName
{
color: #657E4D;
}
.AnyTagClassName
{
color: #657E4D;
}
</style>
background-color css
<style>
a { background-color: #657E4D; }
a { background-color: rgb(101,126,77); }
div.DivClassName
{
background-color: #657E4D;
}
.BgClassName
{
background-color: #657E4D;
}
</style>
border-color css
<style>
span { border-color: #657E4D; }
span { border-color: rgb(101,126,77); }
td.TdClassName
{
border-color: #657E4D;
}
.TagClassName
{
border-color: #657E4D;
}
</style>