Shades of Dingley #658150
Tints of Dingley #658150
RGB
CMYK
RGB Variations
Color information
#658150 (or 0x658150) is known color: Dingley. HEX triplet: 65, 81 and 50. RGB value is (101,129,80). Sum of RGB (Red+Green+Blue) = 101+129+80=310 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.58% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 80 (31.64% from 255 or 25.81% from 310); Max value from RGB is 129 - color contains mainly: green. Hex color #658150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658150 is #9A7EAF. Grayscale: #737373. Windows color (decimal): -10124976 or 5276005. OLE color: 5276005.
HSL color Cylindrical-coordinate representation of color #658150: hue angle of 94.29º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #658150 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 101 | 129 | 80 | - |
| CMYK | 0.22 | 0 | 0.38 | 0.49 |
| HSL | 94.29º | 0.23% | 0.41% | - |
| HSV(B) | 94.29º | 0.38% | 0.51% | - |
| XYZ | 14.67 | 19.05 | 10.49 | - |
| YUV | 115.04 | 108.22 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 129 | 80 | 0.22 | 0 | 0.38 | 0.49 | 94.29 | 0.23 | 0.41 |
| Hex | 65 | 81 | 50 | 16 | 0 | 26 | 31 | 5E | 17 | 29 |
| Octal | 145 | 201 | 120 | 26 | 0 | 46 | 61 | 136 | 27 | 51 |
| Binary | 1100101 | 10000001 | 1010000 | 10110 | 0 | 100110 | 110001 | 1011110 | 10111 | 101001 |
Color Harmonies of #658150
Complementary color
Monochromatic Colors of #658150
Black with #658150
Text Example
Text Example
White with #658150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658150; }
p { color: rgb(101,129,80); }
H1.HeaderClassName
{
color: #658150;
}
.AnyTagClassName
{
color: #658150;
}
</style>
background-color css
<style>
a { background-color: #658150; }
a { background-color: rgb(101,129,80); }
div.DivClassName
{
background-color: #658150;
}
.BgClassName
{
background-color: #658150;
}
</style>
border-color css
<style>
span { border-color: #658150; }
span { border-color: rgb(101,129,80); }
td.TdClassName
{
border-color: #658150;
}
.TagClassName
{
border-color: #658150;
}
</style>