Shades of Dingley #65873A
Tints of Dingley #65873A
RGB
CMYK
RGB Variations
Color information
#65873A (or 0x65873A) is known color: Dingley. HEX triplet: 65, 87 and 3A. RGB value is (101,135,58). Sum of RGB (Red+Green+Blue) = 101+135+58=294 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.35% from 294); Green value is 135 (53.12% from 255 or 45.92% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 135 - color contains mainly: green. Hex color #65873A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65873A is #9A78C5. Grayscale: #747474. Windows color (decimal): -10123462 or 3835749. OLE color: 3835749.
HSL color Cylindrical-coordinate representation of color #65873A: hue angle of 86.49º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65873A is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 101 | 135 | 58 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.47 |
| HSL | 86.49º | 0.4% | 0.38% | - |
| HSV(B) | 86.49º | 0.57% | 0.53% | - |
| XYZ | 14.79 | 20.4 | 7.16 | - |
| YUV | 116.06 | 95.24 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 135 | 58 | 0.25 | 0 | 0.57 | 0.47 | 86.49 | 0.4 | 0.38 |
| Hex | 65 | 87 | 3A | 19 | 0 | 39 | 2F | 56 | 28 | 26 |
| Octal | 145 | 207 | 72 | 31 | 0 | 71 | 57 | 126 | 50 | 46 |
| Binary | 1100101 | 10000111 | 111010 | 11001 | 0 | 111001 | 101111 | 1010110 | 101000 | 100110 |
Color Harmonies of #65873A
Complementary color
Monochromatic Colors of #65873A
Black with #65873A
Text Example
Text Example
White with #65873A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65873A; }
p { color: rgb(101,135,58); }
H1.HeaderClassName
{
color: #65873A;
}
.AnyTagClassName
{
color: #65873A;
}
</style>
background-color css
<style>
a { background-color: #65873A; }
a { background-color: rgb(101,135,58); }
div.DivClassName
{
background-color: #65873A;
}
.BgClassName
{
background-color: #65873A;
}
</style>
border-color css
<style>
span { border-color: #65873A; }
span { border-color: rgb(101,135,58); }
td.TdClassName
{
border-color: #65873A;
}
.TagClassName
{
border-color: #65873A;
}
</style>