Shades of Strikemaster #896C81
Tints of Strikemaster #896C81
RGB
CMYK
RGB Variations
Color information
#896C81 (or 0x896C81) is known color: Strikemaster. HEX triplet: 89, 6C and 81. RGB value is (137,108,129). Sum of RGB (Red+Green+Blue) = 137+108+129=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #896C81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C81 is #76937E. Grayscale: #777777. Windows color (decimal): -7771007 or 8481929. OLE color: 8481929.
HSL color Cylindrical-coordinate representation of color #896C81: hue angle of 316.55º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C81 is Cyan = 0, Magento = 0.21, Yellow = 0.06 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 129 | - |
| CMYK | 0 | 0.21 | 0.06 | 0.46 |
| HSL | 316.55º | 0.12% | 0.48% | - |
| HSV(B) | 316.55º | 0.21% | 0.54% | - |
| XYZ | 19.64 | 17.63 | 23.14 | - |
| YUV | 119.07 | 133.61 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 129 | 0 | 0.21 | 0.06 | 0.46 | 316.55 | 0.12 | 0.48 |
| Hex | 89 | 6C | 81 | 0 | 15 | 6 | 2E | 13D | C | 30 |
| Octal | 211 | 154 | 201 | 0 | 25 | 6 | 56 | 475 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000001 | 0 | 10101 | 110 | 101110 | 100111101 | 1100 | 110000 |
Color Harmonies of #896C81
Complementary color
Monochromatic Colors of #896C81
Black with #896C81
Text Example
Text Example
White with #896C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C81; }
p { color: rgb(137,108,129); }
H1.HeaderClassName
{
color: #896C81;
}
.AnyTagClassName
{
color: #896C81;
}
</style>
background-color css
<style>
a { background-color: #896C81; }
a { background-color: rgb(137,108,129); }
div.DivClassName
{
background-color: #896C81;
}
.BgClassName
{
background-color: #896C81;
}
</style>
border-color css
<style>
span { border-color: #896C81; }
span { border-color: rgb(137,108,129); }
td.TdClassName
{
border-color: #896C81;
}
.TagClassName
{
border-color: #896C81;
}
</style>