Shades of Gunsmoke #6E7069
Tints of Gunsmoke #6E7069
RGB
CMYK
RGB Variations
Color information
#6E7069 (or 0x6E7069) is known color: Gunsmoke. HEX triplet: 6E, 70 and 69. RGB value is (110,112,105). Sum of RGB (Red+Green+Blue) = 110+112+105=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 112 - color contains mainly: green. Hex color #6E7069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7069 is #918F96. Grayscale: #6E6E6E. Windows color (decimal): -9539479 or 6910062. OLE color: 6910062.
HSL color Cylindrical-coordinate representation of color #6E7069: hue angle of 77.14º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #6E7069 is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 112 | 105 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.56 |
| HSL | 77.14º | 0.03% | 0.43% | - |
| HSV(B) | 77.14º | 0.06% | 0.44% | - |
| XYZ | 14.77 | 15.92 | 15.66 | - |
| YUV | 110.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 112 | 105 | 0.02 | 0 | 0.06 | 0.56 | 77.14 | 0.03 | 0.43 |
| Hex | 6E | 70 | 69 | 2 | 0 | 6 | 38 | 4D | 3 | 2B |
| Octal | 156 | 160 | 151 | 2 | 0 | 6 | 70 | 115 | 3 | 53 |
| Binary | 1101110 | 1110000 | 1101001 | 10 | 0 | 110 | 111000 | 1001101 | 11 | 101011 |
Color Harmonies of #6E7069
Complementary color
Monochromatic Colors of #6E7069
Black with #6E7069
Text Example
Text Example
White with #6E7069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7069; }
p { color: rgb(110,112,105); }
H1.HeaderClassName
{
color: #6E7069;
}
.AnyTagClassName
{
color: #6E7069;
}
</style>
background-color css
<style>
a { background-color: #6E7069; }
a { background-color: rgb(110,112,105); }
div.DivClassName
{
background-color: #6E7069;
}
.BgClassName
{
background-color: #6E7069;
}
</style>
border-color css
<style>
span { border-color: #6E7069; }
span { border-color: rgb(110,112,105); }
td.TdClassName
{
border-color: #6E7069;
}
.TagClassName
{
border-color: #6E7069;
}
</style>