Shades of Davy's Grey #6E866C
Tints of Davy's Grey #6E866C
RGB
CMYK
RGB Variations
Color information
#6E866C (or 0x6E866C) is known color: Davy's Grey. HEX triplet: 6E, 86 and 6C. RGB value is (110,134,108). Sum of RGB (Red+Green+Blue) = 110+134+108=352 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.25% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #6E866C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E866C is #917993. Grayscale: #7B7B7B. Windows color (decimal): -9533844 or 7112302. OLE color: 7112302.
HSL color Cylindrical-coordinate representation of color #6E866C: hue angle of 115.38º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E866C is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 108 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.47 |
| HSL | 115.38º | 0.11% | 0.47% | - |
| HSV(B) | 115.38º | 0.19% | 0.53% | - |
| XYZ | 17.66 | 21.45 | 17.4 | - |
| YUV | 123.86 | 119.05 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 108 | 0.18 | 0 | 0.19 | 0.47 | 115.38 | 0.11 | 0.47 |
| Hex | 6E | 86 | 6C | 12 | 0 | 13 | 2F | 73 | B | 2F |
| Octal | 156 | 206 | 154 | 22 | 0 | 23 | 57 | 163 | 13 | 57 |
| Binary | 1101110 | 10000110 | 1101100 | 10010 | 0 | 10011 | 101111 | 1110011 | 1011 | 101111 |
Color Harmonies of #6E866C
Complementary color
Monochromatic Colors of #6E866C
Black with #6E866C
Text Example
Text Example
White with #6E866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E866C; }
p { color: rgb(110,134,108); }
H1.HeaderClassName
{
color: #6E866C;
}
.AnyTagClassName
{
color: #6E866C;
}
</style>
background-color css
<style>
a { background-color: #6E866C; }
a { background-color: rgb(110,134,108); }
div.DivClassName
{
background-color: #6E866C;
}
.BgClassName
{
background-color: #6E866C;
}
</style>
border-color css
<style>
span { border-color: #6E866C; }
span { border-color: rgb(110,134,108); }
td.TdClassName
{
border-color: #6E866C;
}
.TagClassName
{
border-color: #6E866C;
}
</style>