Shades of Gunsmoke #828B6C
Tints of Gunsmoke #828B6C
RGB
CMYK
RGB Variations
Color information
#828B6C (or 0x828B6C) is known color: Gunsmoke. HEX triplet: 82, 8B and 6C. RGB value is (130,139,108). Sum of RGB (Red+Green+Blue) = 130+139+108=377 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.48% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #828B6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B6C is #7D7493. Grayscale: #848484. Windows color (decimal): -8221844 or 7113602. OLE color: 7113602.
HSL color Cylindrical-coordinate representation of color #828B6C: hue angle of 77.42º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #828B6C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 130 | 139 | 108 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.45 |
| HSL | 77.42º | 0.13% | 0.48% | - |
| HSV(B) | 77.42º | 0.22% | 0.55% | - |
| XYZ | 21.15 | 24.29 | 17.76 | - |
| YUV | 132.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 139 | 108 | 0.06 | 0 | 0.22 | 0.45 | 77.42 | 0.13 | 0.48 |
| Hex | 82 | 8B | 6C | 6 | 0 | 16 | 2D | 4D | D | 30 |
| Octal | 202 | 213 | 154 | 6 | 0 | 26 | 55 | 115 | 15 | 60 |
| Binary | 10000010 | 10001011 | 1101100 | 110 | 0 | 10110 | 101101 | 1001101 | 1101 | 110000 |
Color Harmonies of #828B6C
Complementary color
Monochromatic Colors of #828B6C
Black with #828B6C
Text Example
Text Example
White with #828B6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #828B6C; }
p { color: rgb(130,139,108); }
H1.HeaderClassName
{
color: #828B6C;
}
.AnyTagClassName
{
color: #828B6C;
}
</style>
background-color css
<style>
a { background-color: #828B6C; }
a { background-color: rgb(130,139,108); }
div.DivClassName
{
background-color: #828B6C;
}
.BgClassName
{
background-color: #828B6C;
}
</style>
border-color css
<style>
span { border-color: #828B6C; }
span { border-color: rgb(130,139,108); }
td.TdClassName
{
border-color: #828B6C;
}
.TagClassName
{
border-color: #828B6C;
}
</style>