Shades of Dingley #6B8546
Tints of Dingley #6B8546
RGB
CMYK
RGB Variations
Color information
#6B8546 (or 0x6B8546) is known color: Dingley. HEX triplet: 6B, 85 and 46. RGB value is (107,133,70). Sum of RGB (Red+Green+Blue) = 107+133+70=310 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.52% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8546 is #947AB9. Grayscale: #767676. Windows color (decimal): -9730746 or 4621675. OLE color: 4621675.
HSL color Cylindrical-coordinate representation of color #6B8546: hue angle of 84.76º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B8546 is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 70 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.48 |
| HSL | 84.76º | 0.31% | 0.4% | - |
| HSV(B) | 84.76º | 0.47% | 0.52% | - |
| XYZ | 15.56 | 20.34 | 8.9 | - |
| YUV | 118.04 | 100.89 | 120.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 70 | 0.20 | 0 | 0.47 | 0.48 | 84.76 | 0.31 | 0.4 |
| Hex | 6B | 85 | 46 | 14 | 0 | 2F | 30 | 55 | 1F | 28 |
| Octal | 153 | 205 | 106 | 24 | 0 | 57 | 60 | 125 | 37 | 50 |
| Binary | 1101011 | 10000101 | 1000110 | 10100 | 0 | 101111 | 110000 | 1010101 | 11111 | 101000 |
Color Harmonies of #6B8546
Complementary color
Monochromatic Colors of #6B8546
Black with #6B8546
Text Example
Text Example
White with #6B8546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8546; }
p { color: rgb(107,133,70); }
H1.HeaderClassName
{
color: #6B8546;
}
.AnyTagClassName
{
color: #6B8546;
}
</style>
background-color css
<style>
a { background-color: #6B8546; }
a { background-color: rgb(107,133,70); }
div.DivClassName
{
background-color: #6B8546;
}
.BgClassName
{
background-color: #6B8546;
}
</style>
border-color css
<style>
span { border-color: #6B8546; }
span { border-color: rgb(107,133,70); }
td.TdClassName
{
border-color: #6B8546;
}
.TagClassName
{
border-color: #6B8546;
}
</style>