Shades of Dingley #61754A
Tints of Dingley #61754A
RGB
CMYK
RGB Variations
Color information
#61754A (or 0x61754A) is known color: Dingley. HEX triplet: 61, 75 and 4A. RGB value is (97,117,74). Sum of RGB (Red+Green+Blue) = 97+117+74=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 117 (46.09% from 255 or 40.62% from 288); Blue value is 74 (29.30% from 255 or 25.69% from 288); Max value from RGB is 117 - color contains mainly: green. Hex color #61754A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61754A is #9E8AB5. Grayscale: #6A6A6A. Windows color (decimal): -10390198 or 4879713. OLE color: 4879713.
HSL color Cylindrical-coordinate representation of color #61754A: hue angle of 87.91º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61754A is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 97 | 117 | 74 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.54 |
| HSL | 87.91º | 0.23% | 0.37% | - |
| HSV(B) | 87.91º | 0.37% | 0.46% | - |
| XYZ | 12.53 | 15.76 | 8.86 | - |
| YUV | 106.12 | 109.87 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 117 | 74 | 0.17 | 0 | 0.37 | 0.54 | 87.91 | 0.23 | 0.37 |
| Hex | 61 | 75 | 4A | 11 | 0 | 25 | 36 | 58 | 17 | 25 |
| Octal | 141 | 165 | 112 | 21 | 0 | 45 | 66 | 130 | 27 | 45 |
| Binary | 1100001 | 1110101 | 1001010 | 10001 | 0 | 100101 | 110110 | 1011000 | 10111 | 100101 |
Color Harmonies of #61754A
Complementary color
Monochromatic Colors of #61754A
Black with #61754A
Text Example
Text Example
White with #61754A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61754A; }
p { color: rgb(97,117,74); }
H1.HeaderClassName
{
color: #61754A;
}
.AnyTagClassName
{
color: #61754A;
}
</style>
background-color css
<style>
a { background-color: #61754A; }
a { background-color: rgb(97,117,74); }
div.DivClassName
{
background-color: #61754A;
}
.BgClassName
{
background-color: #61754A;
}
</style>
border-color css
<style>
span { border-color: #61754A; }
span { border-color: rgb(97,117,74); }
td.TdClassName
{
border-color: #61754A;
}
.TagClassName
{
border-color: #61754A;
}
</style>