Shades of Strikemaster #96688B
Tints of Strikemaster #96688B
RGB
CMYK
RGB Variations
Color information
#96688B (or 0x96688B) is known color: Strikemaster. HEX triplet: 96, 68 and 8B. RGB value is (150,104,139). Sum of RGB (Red+Green+Blue) = 150+104+139=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #96688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96688B is #699774. Grayscale: #797979. Windows color (decimal): -6920053 or 9136278. OLE color: 9136278.
HSL color Cylindrical-coordinate representation of color #96688B: hue angle of 314.35º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96688B is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 139 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.41 |
| HSL | 314.35º | 0.18% | 0.5% | - |
| HSV(B) | 314.35º | 0.31% | 0.59% | - |
| XYZ | 22.19 | 18.25 | 26.78 | - |
| YUV | 121.74 | 137.74 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 139 | 0 | 0.31 | 0.07 | 0.41 | 314.35 | 0.18 | 0.5 |
| Hex | 96 | 68 | 8B | 0 | 1F | 7 | 29 | 13A | 12 | 32 |
| Octal | 226 | 150 | 213 | 0 | 37 | 7 | 51 | 472 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10001011 | 0 | 11111 | 111 | 101001 | 100111010 | 10010 | 110010 |
Color Harmonies of #96688B
Complementary color
Monochromatic Colors of #96688B
Black with #96688B
Text Example
Text Example
White with #96688B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96688B; }
p { color: rgb(150,104,139); }
H1.HeaderClassName
{
color: #96688B;
}
.AnyTagClassName
{
color: #96688B;
}
</style>
background-color css
<style>
a { background-color: #96688B; }
a { background-color: rgb(150,104,139); }
div.DivClassName
{
background-color: #96688B;
}
.BgClassName
{
background-color: #96688B;
}
</style>
border-color css
<style>
span { border-color: #96688B; }
span { border-color: rgb(150,104,139); }
td.TdClassName
{
border-color: #96688B;
}
.TagClassName
{
border-color: #96688B;
}
</style>