Shades of Davy's Grey #6F856D
Tints of Davy's Grey #6F856D
RGB
CMYK
RGB Variations
Color information
#6F856D (or 0x6F856D) is known color: Davy's Grey. HEX triplet: 6F, 85 and 6D. RGB value is (111,133,109). Sum of RGB (Red+Green+Blue) = 111+133+109=353 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.44% from 353); Green value is 133 (52.34% from 255 or 37.68% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 133 - color contains mainly: green. Hex color #6F856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F856D is #907A92. Grayscale: #7B7B7B. Windows color (decimal): -9468563 or 7177583. OLE color: 7177583.
HSL color Cylindrical-coordinate representation of color #6F856D: hue angle of 115º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F856D is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 109 | - |
| CMYK | 0.17 | 0 | 0.18 | 0.48 |
| HSL | 115º | 0.1% | 0.47% | - |
| HSV(B) | 115º | 0.18% | 0.52% | - |
| XYZ | 17.7 | 21.26 | 17.64 | - |
| YUV | 123.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 109 | 0.17 | 0 | 0.18 | 0.48 | 115 | 0.1 | 0.47 |
| Hex | 6F | 85 | 6D | 11 | 0 | 12 | 30 | 73 | A | 2F |
| Octal | 157 | 205 | 155 | 21 | 0 | 22 | 60 | 163 | 12 | 57 |
| Binary | 1101111 | 10000101 | 1101101 | 10001 | 0 | 10010 | 110000 | 1110011 | 1010 | 101111 |
Color Harmonies of #6F856D
Complementary color
Monochromatic Colors of #6F856D
Black with #6F856D
Text Example
Text Example
White with #6F856D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F856D; }
p { color: rgb(111,133,109); }
H1.HeaderClassName
{
color: #6F856D;
}
.AnyTagClassName
{
color: #6F856D;
}
</style>
background-color css
<style>
a { background-color: #6F856D; }
a { background-color: rgb(111,133,109); }
div.DivClassName
{
background-color: #6F856D;
}
.BgClassName
{
background-color: #6F856D;
}
</style>
border-color css
<style>
span { border-color: #6F856D; }
span { border-color: rgb(111,133,109); }
td.TdClassName
{
border-color: #6F856D;
}
.TagClassName
{
border-color: #6F856D;
}
</style>