Shades of Dingley #6A794B
Tints of Dingley #6A794B
RGB
CMYK
RGB Variations
Color information
#6A794B (or 0x6A794B) is known color: Dingley. HEX triplet: 6A, 79 and 4B. RGB value is (106,121,75). Sum of RGB (Red+Green+Blue) = 106+121+75=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 121 (47.66% from 255 or 40.07% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 121 - color contains mainly: green. Hex color #6A794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A794B is #9586B4. Grayscale: #6F6F6F. Windows color (decimal): -9799349 or 4946282. OLE color: 4946282.
HSL color Cylindrical-coordinate representation of color #6A794B: hue angle of 79.57º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6A794B is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 121 | 75 | - |
| CMYK | 0.12 | 0 | 0.38 | 0.53 |
| HSL | 79.57º | 0.23% | 0.38% | - |
| HSV(B) | 79.57º | 0.38% | 0.47% | - |
| XYZ | 14.05 | 17.25 | 9.25 | - |
| YUV | 111.27 | 107.53 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 121 | 75 | 0.12 | 0 | 0.38 | 0.53 | 79.57 | 0.23 | 0.38 |
| Hex | 6A | 79 | 4B | C | 0 | 26 | 35 | 50 | 17 | 26 |
| Octal | 152 | 171 | 113 | 14 | 0 | 46 | 65 | 120 | 27 | 46 |
| Binary | 1101010 | 1111001 | 1001011 | 1100 | 0 | 100110 | 110101 | 1010000 | 10111 | 100110 |
Color Harmonies of #6A794B
Complementary color
Monochromatic Colors of #6A794B
Black with #6A794B
Text Example
Text Example
White with #6A794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A794B; }
p { color: rgb(106,121,75); }
H1.HeaderClassName
{
color: #6A794B;
}
.AnyTagClassName
{
color: #6A794B;
}
</style>
background-color css
<style>
a { background-color: #6A794B; }
a { background-color: rgb(106,121,75); }
div.DivClassName
{
background-color: #6A794B;
}
.BgClassName
{
background-color: #6A794B;
}
</style>
border-color css
<style>
span { border-color: #6A794B; }
span { border-color: rgb(106,121,75); }
td.TdClassName
{
border-color: #6A794B;
}
.TagClassName
{
border-color: #6A794B;
}
</style>