Shades of Dingley #6B8446
Tints of Dingley #6B8446
RGB
CMYK
RGB Variations
Color information
#6B8446 (or 0x6B8446) is known color: Dingley. HEX triplet: 6B, 84 and 46. RGB value is (107,132,70). Sum of RGB (Red+Green+Blue) = 107+132+70=309 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.63% from 309); Green value is 132 (51.95% from 255 or 42.72% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8446 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8446 is #947BB9. Grayscale: #757575. Windows color (decimal): -9731002 or 4621419. OLE color: 4621419.
HSL color Cylindrical-coordinate representation of color #6B8446: hue angle of 84.19º 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 #6B8446 is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 132 | 70 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.48 |
| HSL | 84.19º | 0.31% | 0.4% | - |
| HSV(B) | 84.19º | 0.47% | 0.52% | - |
| XYZ | 15.42 | 20.07 | 8.86 | - |
| YUV | 117.46 | 101.22 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 132 | 70 | 0.19 | 0 | 0.47 | 0.48 | 84.19 | 0.31 | 0.4 |
| Hex | 6B | 84 | 46 | 13 | 0 | 2F | 30 | 54 | 1F | 28 |
| Octal | 153 | 204 | 106 | 23 | 0 | 57 | 60 | 124 | 37 | 50 |
| Binary | 1101011 | 10000100 | 1000110 | 10011 | 0 | 101111 | 110000 | 1010100 | 11111 | 101000 |
Color Harmonies of #6B8446
Complementary color
Monochromatic Colors of #6B8446
Black with #6B8446
Text Example
Text Example
White with #6B8446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8446; }
p { color: rgb(107,132,70); }
H1.HeaderClassName
{
color: #6B8446;
}
.AnyTagClassName
{
color: #6B8446;
}
</style>
background-color css
<style>
a { background-color: #6B8446; }
a { background-color: rgb(107,132,70); }
div.DivClassName
{
background-color: #6B8446;
}
.BgClassName
{
background-color: #6B8446;
}
</style>
border-color css
<style>
span { border-color: #6B8446; }
span { border-color: rgb(107,132,70); }
td.TdClassName
{
border-color: #6B8446;
}
.TagClassName
{
border-color: #6B8446;
}
</style>