Shades of Gunsmoke #808869
Tints of Gunsmoke #808869
RGB
CMYK
RGB Variations
Color information
#808869 (or 0x808869) is known color: Gunsmoke. HEX triplet: 80, 88 and 69. RGB value is (128,136,105). Sum of RGB (Red+Green+Blue) = 128+136+105=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 105 (41.41% from 255 or 28.46% from 369); Max value from RGB is 136 - color contains mainly: green. Hex color #808869 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808869 is #7F7796. Grayscale: #828282. Windows color (decimal): -8353687 or 6916224. OLE color: 6916224.
HSL color Cylindrical-coordinate representation of color #808869: hue angle of 75.48º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #808869 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 128 | 136 | 105 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.47 |
| HSL | 75.48º | 0.13% | 0.47% | - |
| HSV(B) | 75.48º | 0.23% | 0.53% | - |
| XYZ | 20.26 | 23.22 | 16.78 | - |
| YUV | 130.07 | 113.85 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 136 | 105 | 0.06 | 0 | 0.23 | 0.47 | 75.48 | 0.13 | 0.47 |
| Hex | 80 | 88 | 69 | 6 | 0 | 17 | 2F | 4B | D | 2F |
| Octal | 200 | 210 | 151 | 6 | 0 | 27 | 57 | 113 | 15 | 57 |
| Binary | 10000000 | 10001000 | 1101001 | 110 | 0 | 10111 | 101111 | 1001011 | 1101 | 101111 |
Color Harmonies of #808869
Complementary color
Monochromatic Colors of #808869
Black with #808869
Text Example
Text Example
White with #808869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808869; }
p { color: rgb(128,136,105); }
H1.HeaderClassName
{
color: #808869;
}
.AnyTagClassName
{
color: #808869;
}
</style>
background-color css
<style>
a { background-color: #808869; }
a { background-color: rgb(128,136,105); }
div.DivClassName
{
background-color: #808869;
}
.BgClassName
{
background-color: #808869;
}
</style>
border-color css
<style>
span { border-color: #808869; }
span { border-color: rgb(128,136,105); }
td.TdClassName
{
border-color: #808869;
}
.TagClassName
{
border-color: #808869;
}
</style>