Shades of Dingley #6A7C48
Tints of Dingley #6A7C48
RGB
CMYK
RGB Variations
Color information
#6A7C48 (or 0x6A7C48) is known color: Dingley. HEX triplet: 6A, 7C and 48. RGB value is (106,124,72). Sum of RGB (Red+Green+Blue) = 106+124+72=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 124 - color contains mainly: green. Hex color #6A7C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7C48 is #9583B7. Grayscale: #707070. Windows color (decimal): -9798584 or 4750442. OLE color: 4750442.
HSL color Cylindrical-coordinate representation of color #6A7C48: hue angle of 80.77º 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 #6A7C48 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 106 | 124 | 72 | - |
| CMYK | 0.15 | 0 | 0.42 | 0.51 |
| HSL | 80.77º | 0.27% | 0.38% | - |
| HSV(B) | 80.77º | 0.42% | 0.49% | - |
| XYZ | 14.32 | 17.95 | 8.84 | - |
| YUV | 112.69 | 105.04 | 123.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 124 | 72 | 0.15 | 0 | 0.42 | 0.51 | 80.77 | 0.27 | 0.38 |
| Hex | 6A | 7C | 48 | F | 0 | 2A | 33 | 51 | 1B | 26 |
| Octal | 152 | 174 | 110 | 17 | 0 | 52 | 63 | 121 | 33 | 46 |
| Binary | 1101010 | 1111100 | 1001000 | 1111 | 0 | 101010 | 110011 | 1010001 | 11011 | 100110 |
Color Harmonies of #6A7C48
Complementary color
Monochromatic Colors of #6A7C48
Black with #6A7C48
Text Example
Text Example
White with #6A7C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7C48; }
p { color: rgb(106,124,72); }
H1.HeaderClassName
{
color: #6A7C48;
}
.AnyTagClassName
{
color: #6A7C48;
}
</style>
background-color css
<style>
a { background-color: #6A7C48; }
a { background-color: rgb(106,124,72); }
div.DivClassName
{
background-color: #6A7C48;
}
.BgClassName
{
background-color: #6A7C48;
}
</style>
border-color css
<style>
span { border-color: #6A7C48; }
span { border-color: rgb(106,124,72); }
td.TdClassName
{
border-color: #6A7C48;
}
.TagClassName
{
border-color: #6A7C48;
}
</style>