Shades of Dingley #6B8140
Tints of Dingley #6B8140
RGB
CMYK
RGB Variations
Color information
#6B8140 (or 0x6B8140) is known color: Dingley. HEX triplet: 6B, 81 and 40. RGB value is (107,129,64). Sum of RGB (Red+Green+Blue) = 107+129+64=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #6B8140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8140 is #947EBF. Grayscale: #737373. Windows color (decimal): -9731776 or 4227435. OLE color: 4227435.
HSL color Cylindrical-coordinate representation of color #6B8140: hue angle of 80.31º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8140 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 107 | 129 | 64 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.49 |
| HSL | 80.31º | 0.34% | 0.38% | - |
| HSV(B) | 80.31º | 0.5% | 0.51% | - |
| XYZ | 14.84 | 19.2 | 7.77 | - |
| YUV | 115.01 | 99.21 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 129 | 64 | 0.17 | 0 | 0.50 | 0.49 | 80.31 | 0.34 | 0.38 |
| Hex | 6B | 81 | 40 | 11 | 0 | 32 | 31 | 50 | 22 | 26 |
| Octal | 153 | 201 | 100 | 21 | 0 | 62 | 61 | 120 | 42 | 46 |
| Binary | 1101011 | 10000001 | 1000000 | 10001 | 0 | 110010 | 110001 | 1010000 | 100010 | 100110 |
Color Harmonies of #6B8140
Complementary color
Monochromatic Colors of #6B8140
Black with #6B8140
Text Example
Text Example
White with #6B8140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8140; }
p { color: rgb(107,129,64); }
H1.HeaderClassName
{
color: #6B8140;
}
.AnyTagClassName
{
color: #6B8140;
}
</style>
background-color css
<style>
a { background-color: #6B8140; }
a { background-color: rgb(107,129,64); }
div.DivClassName
{
background-color: #6B8140;
}
.BgClassName
{
background-color: #6B8140;
}
</style>
border-color css
<style>
span { border-color: #6B8140; }
span { border-color: rgb(107,129,64); }
td.TdClassName
{
border-color: #6B8140;
}
.TagClassName
{
border-color: #6B8140;
}
</style>