Shades of Gunsmoke #838D6C
Tints of Gunsmoke #838D6C
RGB
CMYK
RGB Variations
Color information
#838D6C (or 0x838D6C) is known color: Gunsmoke. HEX triplet: 83, 8D and 6C. RGB value is (131,141,108). Sum of RGB (Red+Green+Blue) = 131+141+108=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #838D6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D6C is #7C7293. Grayscale: #868686. Windows color (decimal): -8155796 or 7114115. OLE color: 7114115.
HSL color Cylindrical-coordinate representation of color #838D6C: hue angle of 78.18º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #838D6C is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 131 | 141 | 108 | - |
| CMYK | 0.07 | 0 | 0.23 | 0.45 |
| HSL | 78.18º | 0.13% | 0.49% | - |
| HSV(B) | 78.18º | 0.23% | 0.55% | - |
| XYZ | 21.59 | 24.96 | 17.87 | - |
| YUV | 134.25 | 113.19 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 141 | 108 | 0.07 | 0 | 0.23 | 0.45 | 78.18 | 0.13 | 0.49 |
| Hex | 83 | 8D | 6C | 7 | 0 | 17 | 2D | 4E | D | 31 |
| Octal | 203 | 215 | 154 | 7 | 0 | 27 | 55 | 116 | 15 | 61 |
| Binary | 10000011 | 10001101 | 1101100 | 111 | 0 | 10111 | 101101 | 1001110 | 1101 | 110001 |
Color Harmonies of #838D6C
Complementary color
Monochromatic Colors of #838D6C
Black with #838D6C
Text Example
Text Example
White with #838D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838D6C; }
p { color: rgb(131,141,108); }
H1.HeaderClassName
{
color: #838D6C;
}
.AnyTagClassName
{
color: #838D6C;
}
</style>
background-color css
<style>
a { background-color: #838D6C; }
a { background-color: rgb(131,141,108); }
div.DivClassName
{
background-color: #838D6C;
}
.BgClassName
{
background-color: #838D6C;
}
</style>
border-color css
<style>
span { border-color: #838D6C; }
span { border-color: rgb(131,141,108); }
td.TdClassName
{
border-color: #838D6C;
}
.TagClassName
{
border-color: #838D6C;
}
</style>