Shades of Dingley #6B854E
Tints of Dingley #6B854E
RGB
CMYK
RGB Variations
Color information
#6B854E (or 0x6B854E) is known color: Dingley. HEX triplet: 6B, 85 and 4E. RGB value is (107,133,78). Sum of RGB (Red+Green+Blue) = 107+133+78=318 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.65% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 78 (30.86% from 255 or 24.53% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #6B854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B854E is #947AB1. Grayscale: #777777. Windows color (decimal): -9730738 or 5145963. OLE color: 5145963.
HSL color Cylindrical-coordinate representation of color #6B854E: hue angle of 88.36º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6B854E is Cyan = 0.20, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 107 | 133 | 78 | - |
| CMYK | 0.20 | 0 | 0.41 | 0.48 |
| HSL | 88.36º | 0.26% | 0.41% | - |
| HSV(B) | 88.36º | 0.41% | 0.52% | - |
| XYZ | 15.83 | 20.45 | 10.32 | - |
| YUV | 118.96 | 104.89 | 119.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 133 | 78 | 0.20 | 0 | 0.41 | 0.48 | 88.36 | 0.26 | 0.41 |
| Hex | 6B | 85 | 4E | 14 | 0 | 29 | 30 | 58 | 1A | 29 |
| Octal | 153 | 205 | 116 | 24 | 0 | 51 | 60 | 130 | 32 | 51 |
| Binary | 1101011 | 10000101 | 1001110 | 10100 | 0 | 101001 | 110000 | 1011000 | 11010 | 101001 |
Color Harmonies of #6B854E
Complementary color
Monochromatic Colors of #6B854E
Black with #6B854E
Text Example
Text Example
White with #6B854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B854E; }
p { color: rgb(107,133,78); }
H1.HeaderClassName
{
color: #6B854E;
}
.AnyTagClassName
{
color: #6B854E;
}
</style>
background-color css
<style>
a { background-color: #6B854E; }
a { background-color: rgb(107,133,78); }
div.DivClassName
{
background-color: #6B854E;
}
.BgClassName
{
background-color: #6B854E;
}
</style>
border-color css
<style>
span { border-color: #6B854E; }
span { border-color: rgb(107,133,78); }
td.TdClassName
{
border-color: #6B854E;
}
.TagClassName
{
border-color: #6B854E;
}
</style>