Shades of Dingley #6B8643
Tints of Dingley #6B8643
RGB
CMYK
RGB Variations
Color information
#6B8643 (or 0x6B8643) is known color: Dingley. HEX triplet: 6B, 86 and 43. RGB value is (107,134,67). Sum of RGB (Red+Green+Blue) = 107+134+67=308 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.74% from 308); Green value is 134 (52.73% from 255 or 43.51% from 308); Blue value is 67 (26.56% from 255 or 21.75% from 308); Max value from RGB is 134 - color contains mainly: green. Hex color #6B8643 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8643 is #9479BC. Grayscale: #767676. Windows color (decimal): -9730493 or 4425323. OLE color: 4425323.
HSL color Cylindrical-coordinate representation of color #6B8643: hue angle of 84.18º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B8643 is Cyan = 0.20, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 107 | 134 | 67 | - |
| CMYK | 0.20 | 0 | 0.5 | 0.47 |
| HSL | 84.18º | 0.33% | 0.39% | - |
| HSV(B) | 84.18º | 0.5% | 0.53% | - |
| XYZ | 15.6 | 20.58 | 8.46 | - |
| YUV | 118.29 | 99.05 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 134 | 67 | 0.20 | 0 | 0.5 | 0.47 | 84.18 | 0.33 | 0.39 |
| Hex | 6B | 86 | 43 | 14 | 0 | 32 | 2F | 54 | 21 | 27 |
| Octal | 153 | 206 | 103 | 24 | 0 | 62 | 57 | 124 | 41 | 47 |
| Binary | 1101011 | 10000110 | 1000011 | 10100 | 0 | 110010 | 101111 | 1010100 | 100001 | 100111 |
Color Harmonies of #6B8643
Complementary color
Monochromatic Colors of #6B8643
Black with #6B8643
Text Example
Text Example
White with #6B8643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8643; }
p { color: rgb(107,134,67); }
H1.HeaderClassName
{
color: #6B8643;
}
.AnyTagClassName
{
color: #6B8643;
}
</style>
background-color css
<style>
a { background-color: #6B8643; }
a { background-color: rgb(107,134,67); }
div.DivClassName
{
background-color: #6B8643;
}
.BgClassName
{
background-color: #6B8643;
}
</style>
border-color css
<style>
span { border-color: #6B8643; }
span { border-color: rgb(107,134,67); }
td.TdClassName
{
border-color: #6B8643;
}
.TagClassName
{
border-color: #6B8643;
}
</style>