Shades of Dingley #6D8A51
Tints of Dingley #6D8A51
RGB
CMYK
RGB Variations
Color information
#6D8A51 (or 0x6D8A51) is known color: Dingley. HEX triplet: 6D, 8A and 51. RGB value is (109,138,81). Sum of RGB (Red+Green+Blue) = 109+138+81=328 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.23% from 328); Green value is 138 (54.30% from 255 or 42.07% from 328); Blue value is 81 (32.03% from 255 or 24.70% from 328); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8A51 is #9275AE. Grayscale: #7B7B7B. Windows color (decimal): -9598383 or 5343853. OLE color: 5343853.
HSL color Cylindrical-coordinate representation of color #6D8A51: hue angle of 90.53º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D8A51 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 109 | 138 | 81 | - |
| CMYK | 0.21 | 0 | 0.41 | 0.46 |
| HSL | 90.53º | 0.26% | 0.43% | - |
| HSV(B) | 90.53º | 0.41% | 0.54% | - |
| XYZ | 16.88 | 22.02 | 11.15 | - |
| YUV | 122.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 138 | 81 | 0.21 | 0 | 0.41 | 0.46 | 90.53 | 0.26 | 0.43 |
| Hex | 6D | 8A | 51 | 15 | 0 | 29 | 2E | 5B | 1A | 2B |
| Octal | 155 | 212 | 121 | 25 | 0 | 51 | 56 | 133 | 32 | 53 |
| Binary | 1101101 | 10001010 | 1010001 | 10101 | 0 | 101001 | 101110 | 1011011 | 11010 | 101011 |
Color Harmonies of #6D8A51
Complementary color
Monochromatic Colors of #6D8A51
Black with #6D8A51
Text Example
Text Example
White with #6D8A51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8A51; }
p { color: rgb(109,138,81); }
H1.HeaderClassName
{
color: #6D8A51;
}
.AnyTagClassName
{
color: #6D8A51;
}
</style>
background-color css
<style>
a { background-color: #6D8A51; }
a { background-color: rgb(109,138,81); }
div.DivClassName
{
background-color: #6D8A51;
}
.BgClassName
{
background-color: #6D8A51;
}
</style>
border-color css
<style>
span { border-color: #6D8A51; }
span { border-color: rgb(109,138,81); }
td.TdClassName
{
border-color: #6D8A51;
}
.TagClassName
{
border-color: #6D8A51;
}
</style>