Shades of Strikemaster #967685
Tints of Strikemaster #967685
RGB
CMYK
RGB Variations
Color information
#967685 (or 0x967685) is known color: Strikemaster. HEX triplet: 96, 76 and 85. RGB value is (150,118,133). Sum of RGB (Red+Green+Blue) = 150+118+133=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967685 is #69897A. Grayscale: #818181. Windows color (decimal): -6916475 or 8746646. OLE color: 8746646.
HSL color Cylindrical-coordinate representation of color #967685: hue angle of 331.88º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #967685 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 118 | 133 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.41 |
| HSL | 331.88º | 0.13% | 0.53% | - |
| HSV(B) | 331.88º | 0.21% | 0.59% | - |
| XYZ | 23.29 | 21.13 | 25.04 | - |
| YUV | 129.28 | 130.1 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 118 | 133 | 0 | 0.21 | 0.11 | 0.41 | 331.88 | 0.13 | 0.53 |
| Hex | 96 | 76 | 85 | 0 | 15 | B | 29 | 14C | D | 35 |
| Octal | 226 | 166 | 205 | 0 | 25 | 13 | 51 | 514 | 15 | 65 |
| Binary | 10010110 | 1110110 | 10000101 | 0 | 10101 | 1011 | 101001 | 101001100 | 1101 | 110101 |
Color Harmonies of #967685
Complementary color
Monochromatic Colors of #967685
Black with #967685
Text Example
Text Example
White with #967685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967685; }
p { color: rgb(150,118,133); }
H1.HeaderClassName
{
color: #967685;
}
.AnyTagClassName
{
color: #967685;
}
</style>
background-color css
<style>
a { background-color: #967685; }
a { background-color: rgb(150,118,133); }
div.DivClassName
{
background-color: #967685;
}
.BgClassName
{
background-color: #967685;
}
</style>
border-color css
<style>
span { border-color: #967685; }
span { border-color: rgb(150,118,133); }
td.TdClassName
{
border-color: #967685;
}
.TagClassName
{
border-color: #967685;
}
</style>