Shades of Dingley #65774D
Tints of Dingley #65774D
RGB
CMYK
RGB Variations
Color information
#65774D (or 0x65774D) is known color: Dingley. HEX triplet: 65, 77 and 4D. RGB value is (101,119,77). Sum of RGB (Red+Green+Blue) = 101+119+77=297 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.01% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 119 - color contains mainly: green. Hex color #65774D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65774D is #9A88B2. Grayscale: #6C6C6C. Windows color (decimal): -10127539 or 5076837. OLE color: 5076837.
HSL color Cylindrical-coordinate representation of color #65774D: hue angle of 85.71º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #65774D is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 119 | 77 | - |
| CMYK | 0.15 | 0 | 0.35 | 0.53 |
| HSL | 85.71º | 0.21% | 0.38% | - |
| HSV(B) | 85.71º | 0.35% | 0.47% | - |
| XYZ | 13.3 | 16.5 | 9.5 | - |
| YUV | 108.83 | 110.04 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 119 | 77 | 0.15 | 0 | 0.35 | 0.53 | 85.71 | 0.21 | 0.38 |
| Hex | 65 | 77 | 4D | F | 0 | 23 | 35 | 56 | 15 | 26 |
| Octal | 145 | 167 | 115 | 17 | 0 | 43 | 65 | 126 | 25 | 46 |
| Binary | 1100101 | 1110111 | 1001101 | 1111 | 0 | 100011 | 110101 | 1010110 | 10101 | 100110 |
Color Harmonies of #65774D
Complementary color
Monochromatic Colors of #65774D
Black with #65774D
Text Example
Text Example
White with #65774D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65774D; }
p { color: rgb(101,119,77); }
H1.HeaderClassName
{
color: #65774D;
}
.AnyTagClassName
{
color: #65774D;
}
</style>
background-color css
<style>
a { background-color: #65774D; }
a { background-color: rgb(101,119,77); }
div.DivClassName
{
background-color: #65774D;
}
.BgClassName
{
background-color: #65774D;
}
</style>
border-color css
<style>
span { border-color: #65774D; }
span { border-color: rgb(101,119,77); }
td.TdClassName
{
border-color: #65774D;
}
.TagClassName
{
border-color: #65774D;
}
</style>