Shades of Dingley #64754E
Tints of Dingley #64754E
RGB
CMYK
RGB Variations
Color information
#64754E (or 0x64754E) is known color: Dingley. HEX triplet: 64, 75 and 4E. RGB value is (100,117,78). Sum of RGB (Red+Green+Blue) = 100+117+78=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 117 (46.09% from 255 or 39.66% from 295); Blue value is 78 (30.86% from 255 or 26.44% from 295); Max value from RGB is 117 - color contains mainly: green. Hex color #64754E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64754E is #9B8AB1. Grayscale: #6B6B6B. Windows color (decimal): -10193586 or 5141860. OLE color: 5141860.
HSL color Cylindrical-coordinate representation of color #64754E: hue angle of 86.15º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64754E is Cyan = 0.15, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 100 | 117 | 78 | - |
| CMYK | 0.15 | 0 | 0.33 | 0.54 |
| HSL | 86.15º | 0.2% | 0.38% | - |
| HSV(B) | 86.15º | 0.33% | 0.46% | - |
| XYZ | 12.99 | 15.98 | 9.61 | - |
| YUV | 107.47 | 111.37 | 122.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 117 | 78 | 0.15 | 0 | 0.33 | 0.54 | 86.15 | 0.2 | 0.38 |
| Hex | 64 | 75 | 4E | F | 0 | 21 | 36 | 56 | 14 | 26 |
| Octal | 144 | 165 | 116 | 17 | 0 | 41 | 66 | 126 | 24 | 46 |
| Binary | 1100100 | 1110101 | 1001110 | 1111 | 0 | 100001 | 110110 | 1010110 | 10100 | 100110 |
Color Harmonies of #64754E
Complementary color
Monochromatic Colors of #64754E
Black with #64754E
Text Example
Text Example
White with #64754E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64754E; }
p { color: rgb(100,117,78); }
H1.HeaderClassName
{
color: #64754E;
}
.AnyTagClassName
{
color: #64754E;
}
</style>
background-color css
<style>
a { background-color: #64754E; }
a { background-color: rgb(100,117,78); }
div.DivClassName
{
background-color: #64754E;
}
.BgClassName
{
background-color: #64754E;
}
</style>
border-color css
<style>
span { border-color: #64754E; }
span { border-color: rgb(100,117,78); }
td.TdClassName
{
border-color: #64754E;
}
.TagClassName
{
border-color: #64754E;
}
</style>