Shades of Gunsmoke #818A6E
Tints of Gunsmoke #818A6E
RGB
CMYK
RGB Variations
Color information
#818A6E (or 0x818A6E) is known color: Gunsmoke. HEX triplet: 81, 8A and 6E. RGB value is (129,138,110). Sum of RGB (Red+Green+Blue) = 129+138+110=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 138 (54.30% from 255 or 36.60% from 377); Blue value is 110 (43.36% from 255 or 29.18% from 377); Max value from RGB is 138 - color contains mainly: green. Hex color #818A6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A6E is #7E7591. Grayscale: #848484. Windows color (decimal): -8287634 or 7244417. OLE color: 7244417.
HSL color Cylindrical-coordinate representation of color #818A6E: hue angle of 79.29º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #818A6E is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 110 | - |
| CMYK | 0.07 | 0 | 0.20 | 0.46 |
| HSL | 79.29º | 0.11% | 0.49% | - |
| HSV(B) | 79.29º | 0.2% | 0.54% | - |
| XYZ | 20.96 | 23.97 | 18.27 | - |
| YUV | 132.12 | 115.52 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 110 | 0.07 | 0 | 0.20 | 0.46 | 79.29 | 0.11 | 0.49 |
| Hex | 81 | 8A | 6E | 7 | 0 | 14 | 2E | 4F | B | 31 |
| Octal | 201 | 212 | 156 | 7 | 0 | 24 | 56 | 117 | 13 | 61 |
| Binary | 10000001 | 10001010 | 1101110 | 111 | 0 | 10100 | 101110 | 1001111 | 1011 | 110001 |
Color Harmonies of #818A6E
Complementary color
Monochromatic Colors of #818A6E
Black with #818A6E
Text Example
Text Example
White with #818A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A6E; }
p { color: rgb(129,138,110); }
H1.HeaderClassName
{
color: #818A6E;
}
.AnyTagClassName
{
color: #818A6E;
}
</style>
background-color css
<style>
a { background-color: #818A6E; }
a { background-color: rgb(129,138,110); }
div.DivClassName
{
background-color: #818A6E;
}
.BgClassName
{
background-color: #818A6E;
}
</style>
border-color css
<style>
span { border-color: #818A6E; }
span { border-color: rgb(129,138,110); }
td.TdClassName
{
border-color: #818A6E;
}
.TagClassName
{
border-color: #818A6E;
}
</style>