Shades of Dingley #6A7A4A
Tints of Dingley #6A7A4A
RGB
CMYK
RGB Variations
Color information
#6A7A4A (or 0x6A7A4A) is known color: Dingley. HEX triplet: 6A, 7A and 4A. RGB value is (106,122,74). Sum of RGB (Red+Green+Blue) = 106+122+74=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A4A is #9585B5. Grayscale: #6F6F6F. Windows color (decimal): -9799094 or 4881002. OLE color: 4881002.
HSL color Cylindrical-coordinate representation of color #6A7A4A: hue angle of 80º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6A7A4A is Cyan = 0.13, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 74 | - |
| CMYK | 0.13 | 0 | 0.39 | 0.52 |
| HSL | 80º | 0.24% | 0.38% | - |
| HSV(B) | 80º | 0.39% | 0.48% | - |
| XYZ | 14.14 | 17.48 | 9.11 | - |
| YUV | 111.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 74 | 0.13 | 0 | 0.39 | 0.52 | 80 | 0.24 | 0.38 |
| Hex | 6A | 7A | 4A | D | 0 | 27 | 34 | 50 | 18 | 26 |
| Octal | 152 | 172 | 112 | 15 | 0 | 47 | 64 | 120 | 30 | 46 |
| Binary | 1101010 | 1111010 | 1001010 | 1101 | 0 | 100111 | 110100 | 1010000 | 11000 | 100110 |
Color Harmonies of #6A7A4A
Complementary color
Monochromatic Colors of #6A7A4A
Black with #6A7A4A
Text Example
Text Example
White with #6A7A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A4A; }
p { color: rgb(106,122,74); }
H1.HeaderClassName
{
color: #6A7A4A;
}
.AnyTagClassName
{
color: #6A7A4A;
}
</style>
background-color css
<style>
a { background-color: #6A7A4A; }
a { background-color: rgb(106,122,74); }
div.DivClassName
{
background-color: #6A7A4A;
}
.BgClassName
{
background-color: #6A7A4A;
}
</style>
border-color css
<style>
span { border-color: #6A7A4A; }
span { border-color: rgb(106,122,74); }
td.TdClassName
{
border-color: #6A7A4A;
}
.TagClassName
{
border-color: #6A7A4A;
}
</style>