Shades of Dingley #61764E
Tints of Dingley #61764E
RGB
CMYK
RGB Variations
Color information
#61764E (or 0x61764E) is known color: Dingley. HEX triplet: 61, 76 and 4E. RGB value is (97,118,78). Sum of RGB (Red+Green+Blue) = 97+118+78=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #61764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61764E is #9E89B1. Grayscale: #6B6B6B. Windows color (decimal): -10389938 or 5142113. OLE color: 5142113.
HSL color Cylindrical-coordinate representation of color #61764E: hue angle of 91.5º degrees, saturation: 0.2, 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 #61764E is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 118 | 78 | - |
| CMYK | 0.18 | 0 | 0.34 | 0.54 |
| HSL | 91.5º | 0.2% | 0.38% | - |
| HSV(B) | 91.5º | 0.34% | 0.46% | - |
| XYZ | 12.78 | 16.05 | 9.63 | - |
| YUV | 107.16 | 111.54 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 118 | 78 | 0.18 | 0 | 0.34 | 0.54 | 91.5 | 0.2 | 0.38 |
| Hex | 61 | 76 | 4E | 12 | 0 | 22 | 36 | 5C | 14 | 26 |
| Octal | 141 | 166 | 116 | 22 | 0 | 42 | 66 | 134 | 24 | 46 |
| Binary | 1100001 | 1110110 | 1001110 | 10010 | 0 | 100010 | 110110 | 1011100 | 10100 | 100110 |
Color Harmonies of #61764E
Complementary color
Monochromatic Colors of #61764E
Black with #61764E
Text Example
Text Example
White with #61764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61764E; }
p { color: rgb(97,118,78); }
H1.HeaderClassName
{
color: #61764E;
}
.AnyTagClassName
{
color: #61764E;
}
</style>
background-color css
<style>
a { background-color: #61764E; }
a { background-color: rgb(97,118,78); }
div.DivClassName
{
background-color: #61764E;
}
.BgClassName
{
background-color: #61764E;
}
</style>
border-color css
<style>
span { border-color: #61764E; }
span { border-color: rgb(97,118,78); }
td.TdClassName
{
border-color: #61764E;
}
.TagClassName
{
border-color: #61764E;
}
</style>