Shades of Dingley #658649
Tints of Dingley #658649
RGB
CMYK
RGB Variations
Color information
#658649 (or 0x658649) is known color: Dingley. HEX triplet: 65, 86 and 49. RGB value is (101,134,73). Sum of RGB (Red+Green+Blue) = 101+134+73=308 (40% of max value = 765). Red value is 101 (39.84% from 255 or 32.79% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #658649 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #658649 is #9A79B6. Grayscale: #757575. Windows color (decimal): -10123703 or 4818533. OLE color: 4818533.
HSL color Cylindrical-coordinate representation of color #658649: hue angle of 92.46º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #658649 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 73 | - |
| CMYK | 0.25 | 0 | 0.46 | 0.47 |
| HSL | 92.46º | 0.29% | 0.41% | - |
| HSV(B) | 92.46º | 0.46% | 0.53% | - |
| XYZ | 15.09 | 20.3 | 9.43 | - |
| YUV | 117.18 | 103.07 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 73 | 0.25 | 0 | 0.46 | 0.47 | 92.46 | 0.29 | 0.41 |
| Hex | 65 | 86 | 49 | 19 | 0 | 2E | 2F | 5C | 1D | 29 |
| Octal | 145 | 206 | 111 | 31 | 0 | 56 | 57 | 134 | 35 | 51 |
| Binary | 1100101 | 10000110 | 1001001 | 11001 | 0 | 101110 | 101111 | 1011100 | 11101 | 101001 |
Color Harmonies of #658649
Complementary color
Monochromatic Colors of #658649
Black with #658649
Text Example
Text Example
White with #658649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658649; }
p { color: rgb(101,134,73); }
H1.HeaderClassName
{
color: #658649;
}
.AnyTagClassName
{
color: #658649;
}
</style>
background-color css
<style>
a { background-color: #658649; }
a { background-color: rgb(101,134,73); }
div.DivClassName
{
background-color: #658649;
}
.BgClassName
{
background-color: #658649;
}
</style>
border-color css
<style>
span { border-color: #658649; }
span { border-color: rgb(101,134,73); }
td.TdClassName
{
border-color: #658649;
}
.TagClassName
{
border-color: #658649;
}
</style>