Shades of Dingley #65843E
Tints of Dingley #65843E
RGB
CMYK
RGB Variations
Color information
#65843E (or 0x65843E) is known color: Dingley. HEX triplet: 65, 84 and 3E. RGB value is (101,132,62). Sum of RGB (Red+Green+Blue) = 101+132+62=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 62 (24.61% from 255 or 21.02% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #65843E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65843E is #9A7BC1. Grayscale: #737373. Windows color (decimal): -10124226 or 4097125. OLE color: 4097125.
HSL color Cylindrical-coordinate representation of color #65843E: hue angle of 86.57º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65843E is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 62 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.48 |
| HSL | 86.57º | 0.36% | 0.38% | - |
| HSV(B) | 86.57º | 0.53% | 0.52% | - |
| XYZ | 14.49 | 19.62 | 7.58 | - |
| YUV | 114.75 | 98.23 | 118.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 62 | 0.23 | 0 | 0.53 | 0.48 | 86.57 | 0.36 | 0.38 |
| Hex | 65 | 84 | 3E | 17 | 0 | 35 | 30 | 57 | 24 | 26 |
| Octal | 145 | 204 | 76 | 27 | 0 | 65 | 60 | 127 | 44 | 46 |
| Binary | 1100101 | 10000100 | 111110 | 10111 | 0 | 110101 | 110000 | 1010111 | 100100 | 100110 |
Color Harmonies of #65843E
Complementary color
Monochromatic Colors of #65843E
Black with #65843E
Text Example
Text Example
White with #65843E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65843E; }
p { color: rgb(101,132,62); }
H1.HeaderClassName
{
color: #65843E;
}
.AnyTagClassName
{
color: #65843E;
}
</style>
background-color css
<style>
a { background-color: #65843E; }
a { background-color: rgb(101,132,62); }
div.DivClassName
{
background-color: #65843E;
}
.BgClassName
{
background-color: #65843E;
}
</style>
border-color css
<style>
span { border-color: #65843E; }
span { border-color: rgb(101,132,62); }
td.TdClassName
{
border-color: #65843E;
}
.TagClassName
{
border-color: #65843E;
}
</style>