Shades of Dingley #65844E
Tints of Dingley #65844E
RGB
CMYK
RGB Variations
Color information
#65844E (or 0x65844E) is known color: Dingley. HEX triplet: 65, 84 and 4E. RGB value is (101,132,78). Sum of RGB (Red+Green+Blue) = 101+132+78=311 (41% of max value = 765). Red value is 101 (39.84% from 255 or 32.48% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #65844E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65844E is #9A7BB1. Grayscale: #747474. Windows color (decimal): -10124210 or 5145701. OLE color: 5145701.
HSL color Cylindrical-coordinate representation of color #65844E: hue angle of 94.44º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65844E is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 78 | - |
| CMYK | 0.23 | 0 | 0.41 | 0.48 |
| HSL | 94.44º | 0.26% | 0.41% | - |
| HSV(B) | 94.44º | 0.41% | 0.52% | - |
| XYZ | 14.99 | 19.82 | 10.24 | - |
| YUV | 116.58 | 106.23 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 78 | 0.23 | 0 | 0.41 | 0.48 | 94.44 | 0.26 | 0.41 |
| Hex | 65 | 84 | 4E | 17 | 0 | 29 | 30 | 5E | 1A | 29 |
| Octal | 145 | 204 | 116 | 27 | 0 | 51 | 60 | 136 | 32 | 51 |
| Binary | 1100101 | 10000100 | 1001110 | 10111 | 0 | 101001 | 110000 | 1011110 | 11010 | 101001 |
Color Harmonies of #65844E
Complementary color
Monochromatic Colors of #65844E
Black with #65844E
Text Example
Text Example
White with #65844E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65844E; }
p { color: rgb(101,132,78); }
H1.HeaderClassName
{
color: #65844E;
}
.AnyTagClassName
{
color: #65844E;
}
</style>
background-color css
<style>
a { background-color: #65844E; }
a { background-color: rgb(101,132,78); }
div.DivClassName
{
background-color: #65844E;
}
.BgClassName
{
background-color: #65844E;
}
</style>
border-color css
<style>
span { border-color: #65844E; }
span { border-color: rgb(101,132,78); }
td.TdClassName
{
border-color: #65844E;
}
.TagClassName
{
border-color: #65844E;
}
</style>