Shades of Dingley #658B48
Tints of Dingley #658B48
RGB
CMYK
RGB Variations
Color information
#658B48 (or 0x658B48) is known color: Dingley. HEX triplet: 65, 8B and 48. RGB value is (101,139,72). Sum of RGB (Red+Green+Blue) = 101+139+72=312 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.37% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #658B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658B48 is #9A74B7. Grayscale: #787878. Windows color (decimal): -10122424 or 4754277. OLE color: 4754277.
HSL color Cylindrical-coordinate representation of color #658B48: hue angle of 94.03º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #658B48 is Cyan = 0.27, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 72 | - |
| CMYK | 0.27 | 0 | 0.48 | 0.45 |
| HSL | 94.03º | 0.32% | 0.41% | - |
| HSV(B) | 94.03º | 0.48% | 0.55% | - |
| XYZ | 15.77 | 21.7 | 9.49 | - |
| YUV | 120 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 72 | 0.27 | 0 | 0.48 | 0.45 | 94.03 | 0.32 | 0.41 |
| Hex | 65 | 8B | 48 | 1B | 0 | 30 | 2D | 5E | 20 | 29 |
| Octal | 145 | 213 | 110 | 33 | 0 | 60 | 55 | 136 | 40 | 51 |
| Binary | 1100101 | 10001011 | 1001000 | 11011 | 0 | 110000 | 101101 | 1011110 | 100000 | 101001 |
Color Harmonies of #658B48
Complementary color
Monochromatic Colors of #658B48
Black with #658B48
Text Example
Text Example
White with #658B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B48; }
p { color: rgb(101,139,72); }
H1.HeaderClassName
{
color: #658B48;
}
.AnyTagClassName
{
color: #658B48;
}
</style>
background-color css
<style>
a { background-color: #658B48; }
a { background-color: rgb(101,139,72); }
div.DivClassName
{
background-color: #658B48;
}
.BgClassName
{
background-color: #658B48;
}
</style>
border-color css
<style>
span { border-color: #658B48; }
span { border-color: rgb(101,139,72); }
td.TdClassName
{
border-color: #658B48;
}
.TagClassName
{
border-color: #658B48;
}
</style>