Shades of Davy's Grey #6F886D
Tints of Davy's Grey #6F886D
RGB
CMYK
RGB Variations
Color information
#6F886D (or 0x6F886D) is known color: Davy's Grey. HEX triplet: 6F, 88 and 6D. RGB value is (111,136,109). Sum of RGB (Red+Green+Blue) = 111+136+109=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 136 (53.52% from 255 or 38.20% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 136 - color contains mainly: green. Hex color #6F886D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F886D is #907792. Grayscale: #7D7D7D. Windows color (decimal): -9467795 or 7178351. OLE color: 7178351.
HSL color Cylindrical-coordinate representation of color #6F886D: hue angle of 115.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F886D is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 109 | - |
| CMYK | 0.18 | 0 | 0.20 | 0.47 |
| HSL | 115.56º | 0.11% | 0.48% | - |
| HSV(B) | 115.56º | 0.2% | 0.53% | - |
| XYZ | 18.12 | 22.09 | 17.78 | - |
| YUV | 125.45 | 118.72 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 109 | 0.18 | 0 | 0.20 | 0.47 | 115.56 | 0.11 | 0.48 |
| Hex | 6F | 88 | 6D | 12 | 0 | 14 | 2F | 74 | B | 30 |
| Octal | 157 | 210 | 155 | 22 | 0 | 24 | 57 | 164 | 13 | 60 |
| Binary | 1101111 | 10001000 | 1101101 | 10010 | 0 | 10100 | 101111 | 1110100 | 1011 | 110000 |
Color Harmonies of #6F886D
Complementary color
Monochromatic Colors of #6F886D
Black with #6F886D
Text Example
Text Example
White with #6F886D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F886D; }
p { color: rgb(111,136,109); }
H1.HeaderClassName
{
color: #6F886D;
}
.AnyTagClassName
{
color: #6F886D;
}
</style>
background-color css
<style>
a { background-color: #6F886D; }
a { background-color: rgb(111,136,109); }
div.DivClassName
{
background-color: #6F886D;
}
.BgClassName
{
background-color: #6F886D;
}
</style>
border-color css
<style>
span { border-color: #6F886D; }
span { border-color: rgb(111,136,109); }
td.TdClassName
{
border-color: #6F886D;
}
.TagClassName
{
border-color: #6F886D;
}
</style>