Shades of Dingley #6C7E44
Tints of Dingley #6C7E44
RGB
CMYK
RGB Variations
Color information
#6C7E44 (or 0x6C7E44) is known color: Dingley. HEX triplet: 6C, 7E and 44. RGB value is (108,126,68). Sum of RGB (Red+Green+Blue) = 108+126+68=302 (40% of max value = 765). Red value is 108 (42.58% from 255 or 35.76% from 302); Green value is 126 (49.61% from 255 or 41.72% from 302); Blue value is 68 (26.95% from 255 or 22.52% from 302); Max value from RGB is 126 - color contains mainly: green. Hex color #6C7E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7E44 is #9381BB. Grayscale: #727272. Windows color (decimal): -9667004 or 4488812. OLE color: 4488812.
HSL color Cylindrical-coordinate representation of color #6C7E44: hue angle of 78.62º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6C7E44 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 108 | 126 | 68 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.51 |
| HSL | 78.62º | 0.3% | 0.38% | - |
| HSV(B) | 78.62º | 0.46% | 0.49% | - |
| XYZ | 14.69 | 18.53 | 8.27 | - |
| YUV | 114.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 68 | 0.14 | 0 | 0.46 | 0.51 | 78.62 | 0.3 | 0.38 |
| Hex | 6C | 7E | 44 | E | 0 | 2E | 33 | 4F | 1E | 26 |
| Octal | 154 | 176 | 104 | 16 | 0 | 56 | 63 | 117 | 36 | 46 |
| Binary | 1101100 | 1111110 | 1000100 | 1110 | 0 | 101110 | 110011 | 1001111 | 11110 | 100110 |
Color Harmonies of #6C7E44
Complementary color
Monochromatic Colors of #6C7E44
Black with #6C7E44
Text Example
Text Example
White with #6C7E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E44; }
p { color: rgb(108,126,68); }
H1.HeaderClassName
{
color: #6C7E44;
}
.AnyTagClassName
{
color: #6C7E44;
}
</style>
background-color css
<style>
a { background-color: #6C7E44; }
a { background-color: rgb(108,126,68); }
div.DivClassName
{
background-color: #6C7E44;
}
.BgClassName
{
background-color: #6C7E44;
}
</style>
border-color css
<style>
span { border-color: #6C7E44; }
span { border-color: rgb(108,126,68); }
td.TdClassName
{
border-color: #6C7E44;
}
.TagClassName
{
border-color: #6C7E44;
}
</style>