Shades of Dingley #6D7C48
Tints of Dingley #6D7C48
RGB
CMYK
RGB Variations
Color information
#6D7C48 (or 0x6D7C48) is known color: Dingley. HEX triplet: 6D, 7C and 48. RGB value is (109,124,72). Sum of RGB (Red+Green+Blue) = 109+124+72=305 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.74% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #6D7C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7C48 is #9283B7. Grayscale: #717171. Windows color (decimal): -9601976 or 4750445. OLE color: 4750445.
HSL color Cylindrical-coordinate representation of color #6D7C48: hue angle of 77.31º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D7C48 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 109 | 124 | 72 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.51 |
| HSL | 77.31º | 0.27% | 0.38% | - |
| HSV(B) | 77.31º | 0.42% | 0.49% | - |
| XYZ | 14.68 | 18.13 | 8.86 | - |
| YUV | 113.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 124 | 72 | 0.12 | 0 | 0.42 | 0.51 | 77.31 | 0.27 | 0.38 |
| Hex | 6D | 7C | 48 | C | 0 | 2A | 33 | 4D | 1B | 26 |
| Octal | 155 | 174 | 110 | 14 | 0 | 52 | 63 | 115 | 33 | 46 |
| Binary | 1101101 | 1111100 | 1001000 | 1100 | 0 | 101010 | 110011 | 1001101 | 11011 | 100110 |
Color Harmonies of #6D7C48
Complementary color
Monochromatic Colors of #6D7C48
Black with #6D7C48
Text Example
Text Example
White with #6D7C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7C48; }
p { color: rgb(109,124,72); }
H1.HeaderClassName
{
color: #6D7C48;
}
.AnyTagClassName
{
color: #6D7C48;
}
</style>
background-color css
<style>
a { background-color: #6D7C48; }
a { background-color: rgb(109,124,72); }
div.DivClassName
{
background-color: #6D7C48;
}
.BgClassName
{
background-color: #6D7C48;
}
</style>
border-color css
<style>
span { border-color: #6D7C48; }
span { border-color: rgb(109,124,72); }
td.TdClassName
{
border-color: #6D7C48;
}
.TagClassName
{
border-color: #6D7C48;
}
</style>