Shades of Dingley #6A7A43
Tints of Dingley #6A7A43
RGB
CMYK
RGB Variations
Color information
#6A7A43 (or 0x6A7A43) is known color: Dingley. HEX triplet: 6A, 7A and 43. RGB value is (106,122,67). Sum of RGB (Red+Green+Blue) = 106+122+67=295 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.93% from 295); Green value is 122 (48.05% from 255 or 41.36% from 295); Blue value is 67 (26.56% from 255 or 22.71% from 295); Max value from RGB is 122 - color contains mainly: green. Hex color #6A7A43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7A43 is #9585BC. Grayscale: #6F6F6F. Windows color (decimal): -9799101 or 4422250. OLE color: 4422250.
HSL color Cylindrical-coordinate representation of color #6A7A43: hue angle of 77.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A7A43 is Cyan = 0.13, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 122 | 67 | - |
| CMYK | 0.13 | 0 | 0.45 | 0.52 |
| HSL | 77.45º | 0.29% | 0.37% | - |
| HSV(B) | 77.45º | 0.45% | 0.48% | - |
| XYZ | 13.92 | 17.39 | 7.93 | - |
| YUV | 110.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 122 | 67 | 0.13 | 0 | 0.45 | 0.52 | 77.45 | 0.29 | 0.37 |
| Hex | 6A | 7A | 43 | D | 0 | 2D | 34 | 4D | 1D | 25 |
| Octal | 152 | 172 | 103 | 15 | 0 | 55 | 64 | 115 | 35 | 45 |
| Binary | 1101010 | 1111010 | 1000011 | 1101 | 0 | 101101 | 110100 | 1001101 | 11101 | 100101 |
Color Harmonies of #6A7A43
Complementary color
Monochromatic Colors of #6A7A43
Black with #6A7A43
Text Example
Text Example
White with #6A7A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7A43; }
p { color: rgb(106,122,67); }
H1.HeaderClassName
{
color: #6A7A43;
}
.AnyTagClassName
{
color: #6A7A43;
}
</style>
background-color css
<style>
a { background-color: #6A7A43; }
a { background-color: rgb(106,122,67); }
div.DivClassName
{
background-color: #6A7A43;
}
.BgClassName
{
background-color: #6A7A43;
}
</style>
border-color css
<style>
span { border-color: #6A7A43; }
span { border-color: rgb(106,122,67); }
td.TdClassName
{
border-color: #6A7A43;
}
.TagClassName
{
border-color: #6A7A43;
}
</style>