Shades of Dingley #65863F
Tints of Dingley #65863F
RGB
CMYK
RGB Variations
Color information
#65863F (or 0x65863F) is known color: Dingley. HEX triplet: 65, 86 and 3F. RGB value is (101,134,63). Sum of RGB (Red+Green+Blue) = 101+134+63=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 134 (52.73% from 255 or 44.97% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 134 - color contains mainly: green. Hex color #65863F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65863F is #9A79C0. Grayscale: #747474. Windows color (decimal): -10123713 or 4163173. OLE color: 4163173.
HSL color Cylindrical-coordinate representation of color #65863F: hue angle of 87.89º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65863F is Cyan = 0.25, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 134 | 63 | - |
| CMYK | 0.25 | 0 | 0.53 | 0.47 |
| HSL | 87.89º | 0.36% | 0.39% | - |
| HSV(B) | 87.89º | 0.53% | 0.53% | - |
| XYZ | 14.79 | 20.18 | 7.82 | - |
| YUV | 116.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 134 | 63 | 0.25 | 0 | 0.53 | 0.47 | 87.89 | 0.36 | 0.39 |
| Hex | 65 | 86 | 3F | 19 | 0 | 35 | 2F | 58 | 24 | 27 |
| Octal | 145 | 206 | 77 | 31 | 0 | 65 | 57 | 130 | 44 | 47 |
| Binary | 1100101 | 10000110 | 111111 | 11001 | 0 | 110101 | 101111 | 1011000 | 100100 | 100111 |
Color Harmonies of #65863F
Complementary color
Monochromatic Colors of #65863F
Black with #65863F
Text Example
Text Example
White with #65863F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65863F; }
p { color: rgb(101,134,63); }
H1.HeaderClassName
{
color: #65863F;
}
.AnyTagClassName
{
color: #65863F;
}
</style>
background-color css
<style>
a { background-color: #65863F; }
a { background-color: rgb(101,134,63); }
div.DivClassName
{
background-color: #65863F;
}
.BgClassName
{
background-color: #65863F;
}
</style>
border-color css
<style>
span { border-color: #65863F; }
span { border-color: rgb(101,134,63); }
td.TdClassName
{
border-color: #65863F;
}
.TagClassName
{
border-color: #65863F;
}
</style>