Shades of Gunsmoke #6F716B
Tints of Gunsmoke #6F716B
RGB
CMYK
RGB Variations
Color information
#6F716B (or 0x6F716B) is known color: Gunsmoke. HEX triplet: 6F, 71 and 6B. RGB value is (111,113,107). Sum of RGB (Red+Green+Blue) = 111+113+107=331 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.53% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 113 - color contains mainly: green. Hex color #6F716B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F716B is #908E94. Grayscale: #6F6F6F. Windows color (decimal): -9473685 or 7041391. OLE color: 7041391.
HSL color Cylindrical-coordinate representation of color #6F716B: hue angle of 80º degrees, saturation: 0.03, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6F716B is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 107 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.56 |
| HSL | 80º | 0.03% | 0.43% | - |
| HSV(B) | 80º | 0.05% | 0.44% | - |
| XYZ | 15.11 | 16.25 | 16.25 | - |
| YUV | 111.72 | 125.34 | 127.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 107 | 0.02 | 0 | 0.05 | 0.56 | 80 | 0.03 | 0.43 |
| Hex | 6F | 71 | 6B | 2 | 0 | 5 | 38 | 50 | 3 | 2B |
| Octal | 157 | 161 | 153 | 2 | 0 | 5 | 70 | 120 | 3 | 53 |
| Binary | 1101111 | 1110001 | 1101011 | 10 | 0 | 101 | 111000 | 1010000 | 11 | 101011 |
Color Harmonies of #6F716B
Complementary color
Monochromatic Colors of #6F716B
Black with #6F716B
Text Example
Text Example
White with #6F716B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F716B; }
p { color: rgb(111,113,107); }
H1.HeaderClassName
{
color: #6F716B;
}
.AnyTagClassName
{
color: #6F716B;
}
</style>
background-color css
<style>
a { background-color: #6F716B; }
a { background-color: rgb(111,113,107); }
div.DivClassName
{
background-color: #6F716B;
}
.BgClassName
{
background-color: #6F716B;
}
</style>
border-color css
<style>
span { border-color: #6F716B; }
span { border-color: rgb(111,113,107); }
td.TdClassName
{
border-color: #6F716B;
}
.TagClassName
{
border-color: #6F716B;
}
</style>