Shades of Strikemaster #966B85
Tints of Strikemaster #966B85
RGB
CMYK
RGB Variations
Color information
#966B85 (or 0x966B85) is known color: Strikemaster. HEX triplet: 96, 6B and 85. RGB value is (150,107,133). Sum of RGB (Red+Green+Blue) = 150+107+133=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #966B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966B85 is #69947A. Grayscale: #7A7A7A. Windows color (decimal): -6919291 or 8743830. OLE color: 8743830.
HSL color Cylindrical-coordinate representation of color #966B85: hue angle of 323.72º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966B85 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 133 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.41 |
| HSL | 323.72º | 0.17% | 0.5% | - |
| HSV(B) | 323.72º | 0.29% | 0.59% | - |
| XYZ | 22.07 | 18.69 | 24.64 | - |
| YUV | 122.82 | 133.75 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 133 | 0 | 0.29 | 0.11 | 0.41 | 323.72 | 0.17 | 0.5 |
| Hex | 96 | 6B | 85 | 0 | 1D | B | 29 | 144 | 11 | 32 |
| Octal | 226 | 153 | 205 | 0 | 35 | 13 | 51 | 504 | 21 | 62 |
| Binary | 10010110 | 1101011 | 10000101 | 0 | 11101 | 1011 | 101001 | 101000100 | 10001 | 110010 |
Color Harmonies of #966B85
Complementary color
Monochromatic Colors of #966B85
Black with #966B85
Text Example
Text Example
White with #966B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B85; }
p { color: rgb(150,107,133); }
H1.HeaderClassName
{
color: #966B85;
}
.AnyTagClassName
{
color: #966B85;
}
</style>
background-color css
<style>
a { background-color: #966B85; }
a { background-color: rgb(150,107,133); }
div.DivClassName
{
background-color: #966B85;
}
.BgClassName
{
background-color: #966B85;
}
</style>
border-color css
<style>
span { border-color: #966B85; }
span { border-color: rgb(150,107,133); }
td.TdClassName
{
border-color: #966B85;
}
.TagClassName
{
border-color: #966B85;
}
</style>