Shades of Gunsmoke #858684
Tints of Gunsmoke #858684
RGB
CMYK
RGB Variations
Color information
#858684 (or 0x858684) is known color: Gunsmoke. HEX triplet: 85, 86 and 84. RGB value is (133,134,132). Sum of RGB (Red+Green+Blue) = 133+134+132=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 134 (52.73% from 255 or 33.58% from 399); Blue value is 132 (51.95% from 255 or 33.08% from 399); Max value from RGB is 134 - color contains mainly: green. Hex color #858684 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858684 is #7A797B. Grayscale: #858585. Windows color (decimal): -8026492 or 8685189. OLE color: 8685189.
HSL color Cylindrical-coordinate representation of color #858684: hue angle of 90º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #858684 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 134 | 132 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.47 |
| HSL | 90º | 0.01% | 0.52% | - |
| HSV(B) | 90º | 0.01% | 0.53% | - |
| XYZ | 22.36 | 23.7 | 25.23 | - |
| YUV | 133.47 | 127.17 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 134 | 132 | 0.01 | 0 | 0.01 | 0.47 | 90 | 0.01 | 0.52 |
| Hex | 85 | 86 | 84 | 1 | 0 | 1 | 2F | 5A | 1 | 34 |
| Octal | 205 | 206 | 204 | 1 | 0 | 1 | 57 | 132 | 1 | 64 |
| Binary | 10000101 | 10000110 | 10000100 | 1 | 0 | 1 | 101111 | 1011010 | 1 | 110100 |
Color Harmonies of #858684
Complementary color
Monochromatic Colors of #858684
Black with #858684
Text Example
Text Example
White with #858684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858684; }
p { color: rgb(133,134,132); }
H1.HeaderClassName
{
color: #858684;
}
.AnyTagClassName
{
color: #858684;
}
</style>
background-color css
<style>
a { background-color: #858684; }
a { background-color: rgb(133,134,132); }
div.DivClassName
{
background-color: #858684;
}
.BgClassName
{
background-color: #858684;
}
</style>
border-color css
<style>
span { border-color: #858684; }
span { border-color: rgb(133,134,132); }
td.TdClassName
{
border-color: #858684;
}
.TagClassName
{
border-color: #858684;
}
</style>