Shades of Dingley #65803C
Tints of Dingley #65803C
RGB
CMYK
RGB Variations
Color information
#65803C (or 0x65803C) is known color: Dingley. HEX triplet: 65, 80 and 3C. RGB value is (101,128,60). Sum of RGB (Red+Green+Blue) = 101+128+60=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 128 (50.39% from 255 or 44.29% from 289); Blue value is 60 (23.83% from 255 or 20.76% from 289); Max value from RGB is 128 - color contains mainly: green. Hex color #65803C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #65803C is #9A7FC3. Grayscale: #707070. Windows color (decimal): -10125252 or 3965029. OLE color: 3965029.
HSL color Cylindrical-coordinate representation of color #65803C: hue angle of 83.82º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #65803C is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 101 | 128 | 60 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.50 |
| HSL | 83.82º | 0.36% | 0.37% | - |
| HSV(B) | 83.82º | 0.53% | 0.5% | - |
| XYZ | 13.9 | 18.53 | 7.12 | - |
| YUV | 112.18 | 98.55 | 120.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 128 | 60 | 0.21 | 0 | 0.53 | 0.50 | 83.82 | 0.36 | 0.37 |
| Hex | 65 | 80 | 3C | 15 | 0 | 35 | 32 | 54 | 24 | 25 |
| Octal | 145 | 200 | 74 | 25 | 0 | 65 | 62 | 124 | 44 | 45 |
| Binary | 1100101 | 10000000 | 111100 | 10101 | 0 | 110101 | 110010 | 1010100 | 100100 | 100101 |
Color Harmonies of #65803C
Complementary color
Monochromatic Colors of #65803C
Black with #65803C
Text Example
Text Example
White with #65803C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65803C; }
p { color: rgb(101,128,60); }
H1.HeaderClassName
{
color: #65803C;
}
.AnyTagClassName
{
color: #65803C;
}
</style>
background-color css
<style>
a { background-color: #65803C; }
a { background-color: rgb(101,128,60); }
div.DivClassName
{
background-color: #65803C;
}
.BgClassName
{
background-color: #65803C;
}
</style>
border-color css
<style>
span { border-color: #65803C; }
span { border-color: rgb(101,128,60); }
td.TdClassName
{
border-color: #65803C;
}
.TagClassName
{
border-color: #65803C;
}
</style>