Shades of Dingley #65754D
Tints of Dingley #65754D
RGB
CMYK
RGB Variations
Color information
#65754D (or 0x65754D) is known color: Dingley. HEX triplet: 65, 75 and 4D. RGB value is (101,117,77). Sum of RGB (Red+Green+Blue) = 101+117+77=295 (39% of max value = 765). Red value is 101 (39.84% from 255 or 34.24% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #65754D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65754D is #9A8AB2. Grayscale: #6B6B6B. Windows color (decimal): -10128051 or 5076325. OLE color: 5076325.
HSL color Cylindrical-coordinate representation of color #65754D: hue angle of 84º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65754D is Cyan = 0.14, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 101 | 117 | 77 | - |
| CMYK | 0.14 | 0 | 0.34 | 0.54 |
| HSL | 84º | 0.21% | 0.38% | - |
| HSV(B) | 84º | 0.34% | 0.46% | - |
| XYZ | 13.07 | 16.03 | 9.43 | - |
| YUV | 107.66 | 110.7 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 117 | 77 | 0.14 | 0 | 0.34 | 0.54 | 84 | 0.21 | 0.38 |
| Hex | 65 | 75 | 4D | E | 0 | 22 | 36 | 54 | 15 | 26 |
| Octal | 145 | 165 | 115 | 16 | 0 | 42 | 66 | 124 | 25 | 46 |
| Binary | 1100101 | 1110101 | 1001101 | 1110 | 0 | 100010 | 110110 | 1010100 | 10101 | 100110 |
Color Harmonies of #65754D
Complementary color
Monochromatic Colors of #65754D
Black with #65754D
Text Example
Text Example
White with #65754D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65754D; }
p { color: rgb(101,117,77); }
H1.HeaderClassName
{
color: #65754D;
}
.AnyTagClassName
{
color: #65754D;
}
</style>
background-color css
<style>
a { background-color: #65754D; }
a { background-color: rgb(101,117,77); }
div.DivClassName
{
background-color: #65754D;
}
.BgClassName
{
background-color: #65754D;
}
</style>
border-color css
<style>
span { border-color: #65754D; }
span { border-color: rgb(101,117,77); }
td.TdClassName
{
border-color: #65754D;
}
.TagClassName
{
border-color: #65754D;
}
</style>