Shades of Dingley #658645
Tints of Dingley #658645
RGB
CMYK
RGB Variations
Color information
#658645 (or 0x658645) is known color: Dingley. HEX triplet: 65, 86 and 45. RGB value is (101,134,69). Sum of RGB (Red+Green+Blue) = 101+134+69=304 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.22% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 134 - color contains mainly: green. Hex color #658645 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658645 is #9A79BA. Grayscale: #747474. Windows color (decimal): -10123707 or 4556389. OLE color: 4556389.
HSL color Cylindrical-coordinate representation of color #658645: hue angle of 90.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #658645 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 69 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.47 |
| HSL | 90.46º | 0.32% | 0.4% | - |
| HSV(B) | 90.46º | 0.49% | 0.53% | - |
| XYZ | 14.97 | 20.25 | 8.75 | - |
| YUV | 116.72 | 101.07 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 69 | 0.25 | 0 | 0.49 | 0.47 | 90.46 | 0.32 | 0.4 |
| Hex | 65 | 86 | 45 | 19 | 0 | 31 | 2F | 5A | 20 | 28 |
| Octal | 145 | 206 | 105 | 31 | 0 | 61 | 57 | 132 | 40 | 50 |
| Binary | 1100101 | 10000110 | 1000101 | 11001 | 0 | 110001 | 101111 | 1011010 | 100000 | 101000 |
Color Harmonies of #658645
Complementary color
Monochromatic Colors of #658645
Black with #658645
Text Example
Text Example
White with #658645
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658645; }
p { color: rgb(101,134,69); }
H1.HeaderClassName
{
color: #658645;
}
.AnyTagClassName
{
color: #658645;
}
</style>
background-color css
<style>
a { background-color: #658645; }
a { background-color: rgb(101,134,69); }
div.DivClassName
{
background-color: #658645;
}
.BgClassName
{
background-color: #658645;
}
</style>
border-color css
<style>
span { border-color: #658645; }
span { border-color: rgb(101,134,69); }
td.TdClassName
{
border-color: #658645;
}
.TagClassName
{
border-color: #658645;
}
</style>