Shades of Gunsmoke #6F716A
Tints of Gunsmoke #6F716A
RGB
CMYK
RGB Variations
Color information
#6F716A (or 0x6F716A) is known color: Gunsmoke. HEX triplet: 6F, 71 and 6A. RGB value is (111,113,106). Sum of RGB (Red+Green+Blue) = 111+113+106=330 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.64% from 330); Green value is 113 (44.53% from 255 or 34.24% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716A is #908E95. Grayscale: #6F6F6F. Windows color (decimal): -9473686 or 6975855. OLE color: 6975855.
HSL color Cylindrical-coordinate representation of color #6F716A: 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 #6F716A is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 106 | - |
| CMYK | 0.02 | 0 | 0.06 | 0.56 |
| HSL | 77.14º | 0.03% | 0.43% | - |
| HSV(B) | 77.14º | 0.06% | 0.44% | - |
| XYZ | 15.06 | 16.23 | 15.97 | - |
| YUV | 111.6 | 124.84 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 106 | 0.02 | 0 | 0.06 | 0.56 | 77.14 | 0.03 | 0.43 |
| Hex | 6F | 71 | 6A | 2 | 0 | 6 | 38 | 4D | 3 | 2B |
| Octal | 157 | 161 | 152 | 2 | 0 | 6 | 70 | 115 | 3 | 53 |
| Binary | 1101111 | 1110001 | 1101010 | 10 | 0 | 110 | 111000 | 1001101 | 11 | 101011 |
Color Harmonies of #6F716A
Complementary color
Monochromatic Colors of #6F716A
Black with #6F716A
Text Example
Text Example
White with #6F716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F716A; }
p { color: rgb(111,113,106); }
H1.HeaderClassName
{
color: #6F716A;
}
.AnyTagClassName
{
color: #6F716A;
}
</style>
background-color css
<style>
a { background-color: #6F716A; }
a { background-color: rgb(111,113,106); }
div.DivClassName
{
background-color: #6F716A;
}
.BgClassName
{
background-color: #6F716A;
}
</style>
border-color css
<style>
span { border-color: #6F716A; }
span { border-color: rgb(111,113,106); }
td.TdClassName
{
border-color: #6F716A;
}
.TagClassName
{
border-color: #6F716A;
}
</style>