Shades of Dingley #6B8240
Tints of Dingley #6B8240
RGB
CMYK
RGB Variations
Color information
#6B8240 (or 0x6B8240) is known color: Dingley. HEX triplet: 6B, 82 and 40. RGB value is (107,130,64). Sum of RGB (Red+Green+Blue) = 107+130+64=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #6B8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8240 is #947DBF. Grayscale: #737373. Windows color (decimal): -9731520 or 4227691. OLE color: 4227691.
HSL color Cylindrical-coordinate representation of color #6B8240: hue angle of 80.91º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B8240 is Cyan = 0.18, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 130 | 64 | - |
| CMYK | 0.18 | 0 | 0.51 | 0.49 |
| HSL | 80.91º | 0.34% | 0.38% | - |
| HSV(B) | 80.91º | 0.51% | 0.51% | - |
| XYZ | 14.97 | 19.46 | 7.82 | - |
| YUV | 115.6 | 98.88 | 121.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 130 | 64 | 0.18 | 0 | 0.51 | 0.49 | 80.91 | 0.34 | 0.38 |
| Hex | 6B | 82 | 40 | 12 | 0 | 33 | 31 | 51 | 22 | 26 |
| Octal | 153 | 202 | 100 | 22 | 0 | 63 | 61 | 121 | 42 | 46 |
| Binary | 1101011 | 10000010 | 1000000 | 10010 | 0 | 110011 | 110001 | 1010001 | 100010 | 100110 |
Color Harmonies of #6B8240
Complementary color
Monochromatic Colors of #6B8240
Black with #6B8240
Text Example
Text Example
White with #6B8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8240; }
p { color: rgb(107,130,64); }
H1.HeaderClassName
{
color: #6B8240;
}
.AnyTagClassName
{
color: #6B8240;
}
</style>
background-color css
<style>
a { background-color: #6B8240; }
a { background-color: rgb(107,130,64); }
div.DivClassName
{
background-color: #6B8240;
}
.BgClassName
{
background-color: #6B8240;
}
</style>
border-color css
<style>
span { border-color: #6B8240; }
span { border-color: rgb(107,130,64); }
td.TdClassName
{
border-color: #6B8240;
}
.TagClassName
{
border-color: #6B8240;
}
</style>