Shades of Dingley #65794A
Tints of Dingley #65794A
RGB
CMYK
RGB Variations
Color information
#65794A (or 0x65794A) is known color: Dingley. HEX triplet: 65, 79 and 4A. RGB value is (101,121,74). Sum of RGB (Red+Green+Blue) = 101+121+74=296 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.12% from 296); Green value is 121 (47.66% from 255 or 40.88% from 296); Blue value is 74 (29.30% from 255 or 25% from 296); Max value from RGB is 121 - color contains mainly: green. Hex color #65794A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65794A is #9A86B5. Grayscale: #6D6D6D. Windows color (decimal): -10127030 or 4880741. OLE color: 4880741.
HSL color Cylindrical-coordinate representation of color #65794A: hue angle of 85.53º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65794A is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 101 | 121 | 74 | - |
| CMYK | 0.17 | 0 | 0.39 | 0.53 |
| HSL | 85.53º | 0.24% | 0.38% | - |
| HSV(B) | 85.53º | 0.39% | 0.47% | - |
| XYZ | 13.44 | 16.94 | 9.04 | - |
| YUV | 109.66 | 107.87 | 121.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 121 | 74 | 0.17 | 0 | 0.39 | 0.53 | 85.53 | 0.24 | 0.38 |
| Hex | 65 | 79 | 4A | 11 | 0 | 27 | 35 | 56 | 18 | 26 |
| Octal | 145 | 171 | 112 | 21 | 0 | 47 | 65 | 126 | 30 | 46 |
| Binary | 1100101 | 1111001 | 1001010 | 10001 | 0 | 100111 | 110101 | 1010110 | 11000 | 100110 |
Color Harmonies of #65794A
Complementary color
Monochromatic Colors of #65794A
Black with #65794A
Text Example
Text Example
White with #65794A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65794A; }
p { color: rgb(101,121,74); }
H1.HeaderClassName
{
color: #65794A;
}
.AnyTagClassName
{
color: #65794A;
}
</style>
background-color css
<style>
a { background-color: #65794A; }
a { background-color: rgb(101,121,74); }
div.DivClassName
{
background-color: #65794A;
}
.BgClassName
{
background-color: #65794A;
}
</style>
border-color css
<style>
span { border-color: #65794A; }
span { border-color: rgb(101,121,74); }
td.TdClassName
{
border-color: #65794A;
}
.TagClassName
{
border-color: #65794A;
}
</style>