Shades of Dingley #6B843B
Tints of Dingley #6B843B
RGB
CMYK
RGB Variations
Color information
#6B843B (or 0x6B843B) is known color: Dingley. HEX triplet: 6B, 84 and 3B. RGB value is (107,132,59). Sum of RGB (Red+Green+Blue) = 107+132+59=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 132 (51.95% from 255 or 44.30% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 132 - color contains mainly: green. Hex color #6B843B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B843B is #947BC4. Grayscale: #747474. Windows color (decimal): -9731013 or 3900523. OLE color: 3900523.
HSL color Cylindrical-coordinate representation of color #6B843B: hue angle of 80.55º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B843B is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 59 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.48 |
| HSL | 80.55º | 0.38% | 0.37% | - |
| HSV(B) | 80.55º | 0.55% | 0.52% | - |
| XYZ | 15.1 | 19.94 | 7.19 | - |
| YUV | 116.2 | 95.72 | 121.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 59 | 0.19 | 0 | 0.55 | 0.48 | 80.55 | 0.38 | 0.37 |
| Hex | 6B | 84 | 3B | 13 | 0 | 37 | 30 | 51 | 26 | 25 |
| Octal | 153 | 204 | 73 | 23 | 0 | 67 | 60 | 121 | 46 | 45 |
| Binary | 1101011 | 10000100 | 111011 | 10011 | 0 | 110111 | 110000 | 1010001 | 100110 | 100101 |
Color Harmonies of #6B843B
Complementary color
Monochromatic Colors of #6B843B
Black with #6B843B
Text Example
Text Example
White with #6B843B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B843B; }
p { color: rgb(107,132,59); }
H1.HeaderClassName
{
color: #6B843B;
}
.AnyTagClassName
{
color: #6B843B;
}
</style>
background-color css
<style>
a { background-color: #6B843B; }
a { background-color: rgb(107,132,59); }
div.DivClassName
{
background-color: #6B843B;
}
.BgClassName
{
background-color: #6B843B;
}
</style>
border-color css
<style>
span { border-color: #6B843B; }
span { border-color: rgb(107,132,59); }
td.TdClassName
{
border-color: #6B843B;
}
.TagClassName
{
border-color: #6B843B;
}
</style>