Shades of Gunsmoke #6E6F6B
Tints of Gunsmoke #6E6F6B
RGB
CMYK
RGB Variations
Color information
#6E6F6B (or 0x6E6F6B) is known color: Gunsmoke. HEX triplet: 6E, 6F and 6B. RGB value is (110,111,107). Sum of RGB (Red+Green+Blue) = 110+111+107=328 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.54% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 107 (42.19% from 255 or 32.62% from 328); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F6B is #919094. Grayscale: #6E6E6E. Windows color (decimal): -9539733 or 7040878. OLE color: 7040878.
HSL color Cylindrical-coordinate representation of color #6E6F6B: hue angle of 75º degrees, saturation: 0.02, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #6E6F6B is Cyan = 0.01, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 107 | - |
| CMYK | 0.01 | 0 | 0.04 | 0.56 |
| HSL | 75º | 0.02% | 0.43% | - |
| HSV(B) | 75º | 0.04% | 0.44% | - |
| XYZ | 14.77 | 15.75 | 16.17 | - |
| YUV | 110.25 | 126.17 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 107 | 0.01 | 0 | 0.04 | 0.56 | 75 | 0.02 | 0.43 |
| Hex | 6E | 6F | 6B | 1 | 0 | 4 | 38 | 4B | 2 | 2B |
| Octal | 156 | 157 | 153 | 1 | 0 | 4 | 70 | 113 | 2 | 53 |
| Binary | 1101110 | 1101111 | 1101011 | 1 | 0 | 100 | 111000 | 1001011 | 10 | 101011 |
Color Harmonies of #6E6F6B
Complementary color
Monochromatic Colors of #6E6F6B
Black with #6E6F6B
Text Example
Text Example
White with #6E6F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F6B; }
p { color: rgb(110,111,107); }
H1.HeaderClassName
{
color: #6E6F6B;
}
.AnyTagClassName
{
color: #6E6F6B;
}
</style>
background-color css
<style>
a { background-color: #6E6F6B; }
a { background-color: rgb(110,111,107); }
div.DivClassName
{
background-color: #6E6F6B;
}
.BgClassName
{
background-color: #6E6F6B;
}
</style>
border-color css
<style>
span { border-color: #6E6F6B; }
span { border-color: rgb(110,111,107); }
td.TdClassName
{
border-color: #6E6F6B;
}
.TagClassName
{
border-color: #6E6F6B;
}
</style>