Shades of Dingley #65794C
Tints of Dingley #65794C
RGB
CMYK
RGB Variations
Color information
#65794C (or 0x65794C) is known color: Dingley. HEX triplet: 65, 79 and 4C. RGB value is (101,121,76). Sum of RGB (Red+Green+Blue) = 101+121+76=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 121 (47.66% from 255 or 40.60% from 298); Blue value is 76 (30.08% from 255 or 25.50% from 298); Max value from RGB is 121 - color contains mainly: green. Hex color #65794C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65794C is #9A86B3. Grayscale: #6E6E6E. Windows color (decimal): -10127028 or 5011813. OLE color: 5011813.
HSL color Cylindrical-coordinate representation of color #65794C: hue angle of 86.67º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #65794C is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 76 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.53 |
| HSL | 86.67º | 0.23% | 0.39% | - |
| HSV(B) | 86.67º | 0.37% | 0.47% | - |
| XYZ | 13.51 | 16.96 | 9.4 | - |
| YUV | 109.89 | 108.87 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 76 | 0.17 | 0 | 0.37 | 0.53 | 86.67 | 0.23 | 0.39 |
| Hex | 65 | 79 | 4C | 11 | 0 | 25 | 35 | 57 | 17 | 27 |
| Octal | 145 | 171 | 114 | 21 | 0 | 45 | 65 | 127 | 27 | 47 |
| Binary | 1100101 | 1111001 | 1001100 | 10001 | 0 | 100101 | 110101 | 1010111 | 10111 | 100111 |
Color Harmonies of #65794C
Complementary color
Monochromatic Colors of #65794C
Black with #65794C
Text Example
Text Example
White with #65794C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65794C; }
p { color: rgb(101,121,76); }
H1.HeaderClassName
{
color: #65794C;
}
.AnyTagClassName
{
color: #65794C;
}
</style>
background-color css
<style>
a { background-color: #65794C; }
a { background-color: rgb(101,121,76); }
div.DivClassName
{
background-color: #65794C;
}
.BgClassName
{
background-color: #65794C;
}
</style>
border-color css
<style>
span { border-color: #65794C; }
span { border-color: rgb(101,121,76); }
td.TdClassName
{
border-color: #65794C;
}
.TagClassName
{
border-color: #65794C;
}
</style>