Shades of Dingley #61724E
Tints of Dingley #61724E
RGB
CMYK
RGB Variations
Color information
#61724E (or 0x61724E) is known color: Dingley. HEX triplet: 61, 72 and 4E. RGB value is (97,114,78). Sum of RGB (Red+Green+Blue) = 97+114+78=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 114 (44.92% from 255 or 39.45% from 289); Blue value is 78 (30.86% from 255 or 26.99% from 289); Max value from RGB is 114 - color contains mainly: green. Hex color #61724E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61724E is #9E8DB1. Grayscale: #686868. Windows color (decimal): -10390962 or 5141089. OLE color: 5141089.
HSL color Cylindrical-coordinate representation of color #61724E: hue angle of 88.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61724E is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 114 | 78 | - |
| CMYK | 0.15 | 0 | 0.32 | 0.55 |
| HSL | 88.33º | 0.19% | 0.38% | - |
| HSV(B) | 88.33º | 0.32% | 0.45% | - |
| XYZ | 12.32 | 15.13 | 9.48 | - |
| YUV | 104.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 114 | 78 | 0.15 | 0 | 0.32 | 0.55 | 88.33 | 0.19 | 0.38 |
| Hex | 61 | 72 | 4E | F | 0 | 20 | 37 | 58 | 13 | 26 |
| Octal | 141 | 162 | 116 | 17 | 0 | 40 | 67 | 130 | 23 | 46 |
| Binary | 1100001 | 1110010 | 1001110 | 1111 | 0 | 100000 | 110111 | 1011000 | 10011 | 100110 |
Color Harmonies of #61724E
Complementary color
Monochromatic Colors of #61724E
Black with #61724E
Text Example
Text Example
White with #61724E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61724E; }
p { color: rgb(97,114,78); }
H1.HeaderClassName
{
color: #61724E;
}
.AnyTagClassName
{
color: #61724E;
}
</style>
background-color css
<style>
a { background-color: #61724E; }
a { background-color: rgb(97,114,78); }
div.DivClassName
{
background-color: #61724E;
}
.BgClassName
{
background-color: #61724E;
}
</style>
border-color css
<style>
span { border-color: #61724E; }
span { border-color: rgb(97,114,78); }
td.TdClassName
{
border-color: #61724E;
}
.TagClassName
{
border-color: #61724E;
}
</style>