Shades of Dingley #657F4D
Tints of Dingley #657F4D
RGB
CMYK
RGB Variations
Color information
#657F4D (or 0x657F4D) is known color: Dingley. HEX triplet: 65, 7F and 4D. RGB value is (101,127,77). Sum of RGB (Red+Green+Blue) = 101+127+77=305 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.11% from 305); Green value is 127 (50% from 255 or 41.64% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 127 - color contains mainly: green. Hex color #657F4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657F4D is #9A80B2. Grayscale: #717171. Windows color (decimal): -10125491 or 5078885. OLE color: 5078885.
HSL color Cylindrical-coordinate representation of color #657F4D: hue angle of 91.2º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #657F4D is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 127 | 77 | - |
| CMYK | 0.20 | 0 | 0.39 | 0.50 |
| HSL | 91.2º | 0.25% | 0.4% | - |
| HSV(B) | 91.2º | 0.39% | 0.5% | - |
| XYZ | 14.3 | 18.48 | 9.83 | - |
| YUV | 113.53 | 107.39 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 127 | 77 | 0.20 | 0 | 0.39 | 0.50 | 91.2 | 0.25 | 0.4 |
| Hex | 65 | 7F | 4D | 14 | 0 | 27 | 32 | 5B | 19 | 28 |
| Octal | 145 | 177 | 115 | 24 | 0 | 47 | 62 | 133 | 31 | 50 |
| Binary | 1100101 | 1111111 | 1001101 | 10100 | 0 | 100111 | 110010 | 1011011 | 11001 | 101000 |
Color Harmonies of #657F4D
Complementary color
Monochromatic Colors of #657F4D
Black with #657F4D
Text Example
Text Example
White with #657F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657F4D; }
p { color: rgb(101,127,77); }
H1.HeaderClassName
{
color: #657F4D;
}
.AnyTagClassName
{
color: #657F4D;
}
</style>
background-color css
<style>
a { background-color: #657F4D; }
a { background-color: rgb(101,127,77); }
div.DivClassName
{
background-color: #657F4D;
}
.BgClassName
{
background-color: #657F4D;
}
</style>
border-color css
<style>
span { border-color: #657F4D; }
span { border-color: rgb(101,127,77); }
td.TdClassName
{
border-color: #657F4D;
}
.TagClassName
{
border-color: #657F4D;
}
</style>