Shades of Gunsmoke #81896B
Tints of Gunsmoke #81896B
RGB
CMYK
RGB Variations
Color information
#81896B (or 0x81896B) is known color: Gunsmoke. HEX triplet: 81, 89 and 6B. RGB value is (129,137,107). Sum of RGB (Red+Green+Blue) = 129+137+107=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 107 (42.19% from 255 or 28.69% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #81896B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81896B is #7E7694. Grayscale: #838383. Windows color (decimal): -8287893 or 7047553. OLE color: 7047553.
HSL color Cylindrical-coordinate representation of color #81896B: hue angle of 76º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81896B is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 137 | 107 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.46 |
| HSL | 76º | 0.12% | 0.48% | - |
| HSV(B) | 76º | 0.22% | 0.54% | - |
| XYZ | 20.65 | 23.62 | 17.38 | - |
| YUV | 131.19 | 114.35 | 126.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 137 | 107 | 0.06 | 0 | 0.22 | 0.46 | 76 | 0.12 | 0.48 |
| Hex | 81 | 89 | 6B | 6 | 0 | 16 | 2E | 4C | C | 30 |
| Octal | 201 | 211 | 153 | 6 | 0 | 26 | 56 | 114 | 14 | 60 |
| Binary | 10000001 | 10001001 | 1101011 | 110 | 0 | 10110 | 101110 | 1001100 | 1100 | 110000 |
Color Harmonies of #81896B
Complementary color
Monochromatic Colors of #81896B
Black with #81896B
Text Example
Text Example
White with #81896B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81896B; }
p { color: rgb(129,137,107); }
H1.HeaderClassName
{
color: #81896B;
}
.AnyTagClassName
{
color: #81896B;
}
</style>
background-color css
<style>
a { background-color: #81896B; }
a { background-color: rgb(129,137,107); }
div.DivClassName
{
background-color: #81896B;
}
.BgClassName
{
background-color: #81896B;
}
</style>
border-color css
<style>
span { border-color: #81896B; }
span { border-color: rgb(129,137,107); }
td.TdClassName
{
border-color: #81896B;
}
.TagClassName
{
border-color: #81896B;
}
</style>