Shades of Dingley #6C7C46
Tints of Dingley #6C7C46
RGB
CMYK
RGB Variations
Color information
#6C7C46 (or 0x6C7C46) is known color: Dingley. HEX triplet: 6C, 7C and 46. RGB value is (108,124,70). Sum of RGB (Red+Green+Blue) = 108+124+70=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #6C7C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7C46 is #9383B9. Grayscale: #717171. Windows color (decimal): -9667514 or 4619372. OLE color: 4619372.
HSL color Cylindrical-coordinate representation of color #6C7C46: hue angle of 77.78º degrees, saturation: 0.28, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6C7C46 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 124 | 70 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.51 |
| HSL | 77.78º | 0.28% | 0.38% | - |
| HSV(B) | 77.78º | 0.44% | 0.49% | - |
| XYZ | 14.5 | 18.05 | 8.51 | - |
| YUV | 113.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 124 | 70 | 0.13 | 0 | 0.44 | 0.51 | 77.78 | 0.28 | 0.38 |
| Hex | 6C | 7C | 46 | D | 0 | 2C | 33 | 4E | 1C | 26 |
| Octal | 154 | 174 | 106 | 15 | 0 | 54 | 63 | 116 | 34 | 46 |
| Binary | 1101100 | 1111100 | 1000110 | 1101 | 0 | 101100 | 110011 | 1001110 | 11100 | 100110 |
Color Harmonies of #6C7C46
Complementary color
Monochromatic Colors of #6C7C46
Black with #6C7C46
Text Example
Text Example
White with #6C7C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7C46; }
p { color: rgb(108,124,70); }
H1.HeaderClassName
{
color: #6C7C46;
}
.AnyTagClassName
{
color: #6C7C46;
}
</style>
background-color css
<style>
a { background-color: #6C7C46; }
a { background-color: rgb(108,124,70); }
div.DivClassName
{
background-color: #6C7C46;
}
.BgClassName
{
background-color: #6C7C46;
}
</style>
border-color css
<style>
span { border-color: #6C7C46; }
span { border-color: rgb(108,124,70); }
td.TdClassName
{
border-color: #6C7C46;
}
.TagClassName
{
border-color: #6C7C46;
}
</style>