Shades of Strikemaster #926F81
Tints of Strikemaster #926F81
RGB
CMYK
RGB Variations
Color information
#926F81 (or 0x926F81) is known color: Strikemaster. HEX triplet: 92, 6F and 81. RGB value is (146,111,129). Sum of RGB (Red+Green+Blue) = 146+111+129=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #926F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926F81 is #6D907E. Grayscale: #7B7B7B. Windows color (decimal): -7180415 or 8482706. OLE color: 8482706.
HSL color Cylindrical-coordinate representation of color #926F81: hue angle of 329.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #926F81 is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 111 | 129 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.43 |
| HSL | 329.14º | 0.14% | 0.5% | - |
| HSV(B) | 329.14º | 0.24% | 0.57% | - |
| XYZ | 21.5 | 19.06 | 23.32 | - |
| YUV | 123.52 | 131.1 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 129 | 0 | 0.24 | 0.12 | 0.43 | 329.14 | 0.14 | 0.5 |
| Hex | 92 | 6F | 81 | 0 | 18 | C | 2B | 149 | E | 32 |
| Octal | 222 | 157 | 201 | 0 | 30 | 14 | 53 | 511 | 16 | 62 |
| Binary | 10010010 | 1101111 | 10000001 | 0 | 11000 | 1100 | 101011 | 101001001 | 1110 | 110010 |
Color Harmonies of #926F81
Complementary color
Monochromatic Colors of #926F81
Black with #926F81
Text Example
Text Example
White with #926F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926F81; }
p { color: rgb(146,111,129); }
H1.HeaderClassName
{
color: #926F81;
}
.AnyTagClassName
{
color: #926F81;
}
</style>
background-color css
<style>
a { background-color: #926F81; }
a { background-color: rgb(146,111,129); }
div.DivClassName
{
background-color: #926F81;
}
.BgClassName
{
background-color: #926F81;
}
</style>
border-color css
<style>
span { border-color: #926F81; }
span { border-color: rgb(146,111,129); }
td.TdClassName
{
border-color: #926F81;
}
.TagClassName
{
border-color: #926F81;
}
</style>