Shades of Dingley #6C8A49
Tints of Dingley #6C8A49
RGB
CMYK
RGB Variations
Color information
#6C8A49 (or 0x6C8A49) is known color: Dingley. HEX triplet: 6C, 8A and 49. RGB value is (108,138,73). Sum of RGB (Red+Green+Blue) = 108+138+73=319 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.86% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A49 is #9375B6. Grayscale: #797979. Windows color (decimal): -9663927 or 4819564. OLE color: 4819564.
HSL color Cylindrical-coordinate representation of color #6C8A49: hue angle of 87.69º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8A49 is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 73 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.46 |
| HSL | 87.69º | 0.31% | 0.41% | - |
| HSV(B) | 87.69º | 0.47% | 0.54% | - |
| XYZ | 16.48 | 21.85 | 9.65 | - |
| YUV | 121.62 | 100.56 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 73 | 0.22 | 0 | 0.47 | 0.46 | 87.69 | 0.31 | 0.41 |
| Hex | 6C | 8A | 49 | 16 | 0 | 2F | 2E | 58 | 1F | 29 |
| Octal | 154 | 212 | 111 | 26 | 0 | 57 | 56 | 130 | 37 | 51 |
| Binary | 1101100 | 10001010 | 1001001 | 10110 | 0 | 101111 | 101110 | 1011000 | 11111 | 101001 |
Color Harmonies of #6C8A49
Complementary color
Monochromatic Colors of #6C8A49
Black with #6C8A49
Text Example
Text Example
White with #6C8A49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A49; }
p { color: rgb(108,138,73); }
H1.HeaderClassName
{
color: #6C8A49;
}
.AnyTagClassName
{
color: #6C8A49;
}
</style>
background-color css
<style>
a { background-color: #6C8A49; }
a { background-color: rgb(108,138,73); }
div.DivClassName
{
background-color: #6C8A49;
}
.BgClassName
{
background-color: #6C8A49;
}
</style>
border-color css
<style>
span { border-color: #6C8A49; }
span { border-color: rgb(108,138,73); }
td.TdClassName
{
border-color: #6C8A49;
}
.TagClassName
{
border-color: #6C8A49;
}
</style>