Shades of Dingley #64774C
Tints of Dingley #64774C
RGB
CMYK
RGB Variations
Color information
#64774C (or 0x64774C) is known color: Dingley. HEX triplet: 64, 77 and 4C. RGB value is (100,119,76). Sum of RGB (Red+Green+Blue) = 100+119+76=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 119 (46.88% from 255 or 40.34% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 119 - color contains mainly: green. Hex color #64774C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64774C is #9B88B3. Grayscale: #6C6C6C. Windows color (decimal): -10193076 or 5011300. OLE color: 5011300.
HSL color Cylindrical-coordinate representation of color #64774C: hue angle of 86.51º degrees, saturation: 0.22, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #64774C is Cyan = 0.16, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 100 | 119 | 76 | - |
| CMYK | 0.16 | 0 | 0.36 | 0.53 |
| HSL | 86.51º | 0.22% | 0.38% | - |
| HSV(B) | 86.51º | 0.36% | 0.47% | - |
| XYZ | 13.16 | 16.42 | 9.31 | - |
| YUV | 108.42 | 109.71 | 122 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 119 | 76 | 0.16 | 0 | 0.36 | 0.53 | 86.51 | 0.22 | 0.38 |
| Hex | 64 | 77 | 4C | 10 | 0 | 24 | 35 | 57 | 16 | 26 |
| Octal | 144 | 167 | 114 | 20 | 0 | 44 | 65 | 127 | 26 | 46 |
| Binary | 1100100 | 1110111 | 1001100 | 10000 | 0 | 100100 | 110101 | 1010111 | 10110 | 100110 |
Color Harmonies of #64774C
Complementary color
Monochromatic Colors of #64774C
Black with #64774C
Text Example
Text Example
White with #64774C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64774C; }
p { color: rgb(100,119,76); }
H1.HeaderClassName
{
color: #64774C;
}
.AnyTagClassName
{
color: #64774C;
}
</style>
background-color css
<style>
a { background-color: #64774C; }
a { background-color: rgb(100,119,76); }
div.DivClassName
{
background-color: #64774C;
}
.BgClassName
{
background-color: #64774C;
}
</style>
border-color css
<style>
span { border-color: #64774C; }
span { border-color: rgb(100,119,76); }
td.TdClassName
{
border-color: #64774C;
}
.TagClassName
{
border-color: #64774C;
}
</style>