Shades of Gunsmoke #81896E
Tints of Gunsmoke #81896E
RGB
CMYK
RGB Variations
Color information
#81896E (or 0x81896E) is known color: Gunsmoke. HEX triplet: 81, 89 and 6E. RGB value is (129,137,110). Sum of RGB (Red+Green+Blue) = 129+137+110=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #81896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81896E is #7E7691. Grayscale: #838383. Windows color (decimal): -8287890 or 7244161. OLE color: 7244161.
HSL color Cylindrical-coordinate representation of color #81896E: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81896E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 110 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.46 |
| HSL | 77.78º | 0.11% | 0.48% | - |
| HSV(B) | 77.78º | 0.2% | 0.54% | - |
| XYZ | 20.81 | 23.68 | 18.23 | - |
| YUV | 131.53 | 115.85 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 110 | 0.06 | 0 | 0.20 | 0.46 | 77.78 | 0.11 | 0.48 |
| Hex | 81 | 89 | 6E | 6 | 0 | 14 | 2E | 4E | B | 30 |
| Octal | 201 | 211 | 156 | 6 | 0 | 24 | 56 | 116 | 13 | 60 |
| Binary | 10000001 | 10001001 | 1101110 | 110 | 0 | 10100 | 101110 | 1001110 | 1011 | 110000 |
Color Harmonies of #81896E
Complementary color
Monochromatic Colors of #81896E
Black with #81896E
Text Example
Text Example
White with #81896E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81896E; }
p { color: rgb(129,137,110); }
H1.HeaderClassName
{
color: #81896E;
}
.AnyTagClassName
{
color: #81896E;
}
</style>
background-color css
<style>
a { background-color: #81896E; }
a { background-color: rgb(129,137,110); }
div.DivClassName
{
background-color: #81896E;
}
.BgClassName
{
background-color: #81896E;
}
</style>
border-color css
<style>
span { border-color: #81896E; }
span { border-color: rgb(129,137,110); }
td.TdClassName
{
border-color: #81896E;
}
.TagClassName
{
border-color: #81896E;
}
</style>