Shades of Dingley #658843
Tints of Dingley #658843
RGB
CMYK
RGB Variations
Color information
#658843 (or 0x658843) is known color: Dingley. HEX triplet: 65, 88 and 43. RGB value is (101,136,67). Sum of RGB (Red+Green+Blue) = 101+136+67=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 67 (26.56% from 255 or 22.04% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #658843 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658843 is #9A77BC. Grayscale: #757575. Windows color (decimal): -10123197 or 4425829. OLE color: 4425829.
HSL color Cylindrical-coordinate representation of color #658843: hue angle of 90.43º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #658843 is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 136 | 67 | - |
| CMYK | 0.26 | 0 | 0.51 | 0.47 |
| HSL | 90.43º | 0.34% | 0.4% | - |
| HSV(B) | 90.43º | 0.51% | 0.53% | - |
| XYZ | 15.18 | 20.78 | 8.52 | - |
| YUV | 117.67 | 99.4 | 116.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 136 | 67 | 0.26 | 0 | 0.51 | 0.47 | 90.43 | 0.34 | 0.4 |
| Hex | 65 | 88 | 43 | 1A | 0 | 33 | 2F | 5A | 22 | 28 |
| Octal | 145 | 210 | 103 | 32 | 0 | 63 | 57 | 132 | 42 | 50 |
| Binary | 1100101 | 10001000 | 1000011 | 11010 | 0 | 110011 | 101111 | 1011010 | 100010 | 101000 |
Color Harmonies of #658843
Complementary color
Monochromatic Colors of #658843
Black with #658843
Text Example
Text Example
White with #658843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658843; }
p { color: rgb(101,136,67); }
H1.HeaderClassName
{
color: #658843;
}
.AnyTagClassName
{
color: #658843;
}
</style>
background-color css
<style>
a { background-color: #658843; }
a { background-color: rgb(101,136,67); }
div.DivClassName
{
background-color: #658843;
}
.BgClassName
{
background-color: #658843;
}
</style>
border-color css
<style>
span { border-color: #658843; }
span { border-color: rgb(101,136,67); }
td.TdClassName
{
border-color: #658843;
}
.TagClassName
{
border-color: #658843;
}
</style>