Shades of Dingley #6A7B43
Tints of Dingley #6A7B43
RGB
CMYK
RGB Variations
Color information
#6A7B43 (or 0x6A7B43) is known color: Dingley. HEX triplet: 6A, 7B and 43. RGB value is (106,123,67). Sum of RGB (Red+Green+Blue) = 106+123+67=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 123 (48.44% from 255 or 41.55% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B43 is #9584BC. Grayscale: #6F6F6F. Windows color (decimal): -9798845 or 4422506. OLE color: 4422506.
HSL color Cylindrical-coordinate representation of color #6A7B43: hue angle of 78.21º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A7B43 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 67 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.52 |
| HSL | 78.21º | 0.29% | 0.37% | - |
| HSV(B) | 78.21º | 0.46% | 0.48% | - |
| XYZ | 14.04 | 17.64 | 7.97 | - |
| YUV | 111.53 | 102.87 | 124.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 67 | 0.14 | 0 | 0.46 | 0.52 | 78.21 | 0.29 | 0.37 |
| Hex | 6A | 7B | 43 | E | 0 | 2E | 34 | 4E | 1D | 25 |
| Octal | 152 | 173 | 103 | 16 | 0 | 56 | 64 | 116 | 35 | 45 |
| Binary | 1101010 | 1111011 | 1000011 | 1110 | 0 | 101110 | 110100 | 1001110 | 11101 | 100101 |
Color Harmonies of #6A7B43
Complementary color
Monochromatic Colors of #6A7B43
Black with #6A7B43
Text Example
Text Example
White with #6A7B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B43; }
p { color: rgb(106,123,67); }
H1.HeaderClassName
{
color: #6A7B43;
}
.AnyTagClassName
{
color: #6A7B43;
}
</style>
background-color css
<style>
a { background-color: #6A7B43; }
a { background-color: rgb(106,123,67); }
div.DivClassName
{
background-color: #6A7B43;
}
.BgClassName
{
background-color: #6A7B43;
}
</style>
border-color css
<style>
span { border-color: #6A7B43; }
span { border-color: rgb(106,123,67); }
td.TdClassName
{
border-color: #6A7B43;
}
.TagClassName
{
border-color: #6A7B43;
}
</style>