Shades of Gunsmoke #838D6B
Tints of Gunsmoke #838D6B
RGB
CMYK
RGB Variations
Color information
#838D6B (or 0x838D6B) is known color: Gunsmoke. HEX triplet: 83, 8D and 6B. RGB value is (131,141,107). Sum of RGB (Red+Green+Blue) = 131+141+107=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #838D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D6B is #7C7294. Grayscale: #868686. Windows color (decimal): -8155797 or 7048579. OLE color: 7048579.
HSL color Cylindrical-coordinate representation of color #838D6B: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838D6B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 107 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.45 |
| HSL | 77.65º | 0.14% | 0.49% | - |
| HSV(B) | 77.65º | 0.24% | 0.55% | - |
| XYZ | 21.54 | 24.94 | 17.59 | - |
| YUV | 134.13 | 112.69 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 107 | 0.07 | 0 | 0.24 | 0.45 | 77.65 | 0.14 | 0.49 |
| Hex | 83 | 8D | 6B | 7 | 0 | 18 | 2D | 4E | E | 31 |
| Octal | 203 | 215 | 153 | 7 | 0 | 30 | 55 | 116 | 16 | 61 |
| Binary | 10000011 | 10001101 | 1101011 | 111 | 0 | 11000 | 101101 | 1001110 | 1110 | 110001 |
Color Harmonies of #838D6B
Complementary color
Monochromatic Colors of #838D6B
Black with #838D6B
Text Example
Text Example
White with #838D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D6B; }
p { color: rgb(131,141,107); }
H1.HeaderClassName
{
color: #838D6B;
}
.AnyTagClassName
{
color: #838D6B;
}
</style>
background-color css
<style>
a { background-color: #838D6B; }
a { background-color: rgb(131,141,107); }
div.DivClassName
{
background-color: #838D6B;
}
.BgClassName
{
background-color: #838D6B;
}
</style>
border-color css
<style>
span { border-color: #838D6B; }
span { border-color: rgb(131,141,107); }
td.TdClassName
{
border-color: #838D6B;
}
.TagClassName
{
border-color: #838D6B;
}
</style>