Shades of Strikemaster #96677B
Tints of Strikemaster #96677B
RGB
CMYK
RGB Variations
Color information
#96677B (or 0x96677B) is known color: Strikemaster. HEX triplet: 96, 67 and 7B. RGB value is (150,103,123). Sum of RGB (Red+Green+Blue) = 150+103+123=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #96677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96677B is #699884. Grayscale: #777777. Windows color (decimal): -6920325 or 8087446. OLE color: 8087446.
HSL color Cylindrical-coordinate representation of color #96677B: hue angle of 334.47º degrees, saturation: 0.19, 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 #96677B is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 123 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.41 |
| HSL | 334.47º | 0.19% | 0.5% | - |
| HSV(B) | 334.47º | 0.31% | 0.59% | - |
| XYZ | 21 | 17.61 | 21.03 | - |
| YUV | 119.33 | 130.07 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 123 | 0 | 0.31 | 0.18 | 0.41 | 334.47 | 0.19 | 0.5 |
| Hex | 96 | 67 | 7B | 0 | 1F | 12 | 29 | 14E | 13 | 32 |
| Octal | 226 | 147 | 173 | 0 | 37 | 22 | 51 | 516 | 23 | 62 |
| Binary | 10010110 | 1100111 | 1111011 | 0 | 11111 | 10010 | 101001 | 101001110 | 10011 | 110010 |
Color Harmonies of #96677B
Complementary color
Monochromatic Colors of #96677B
Black with #96677B
Text Example
Text Example
White with #96677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96677B; }
p { color: rgb(150,103,123); }
H1.HeaderClassName
{
color: #96677B;
}
.AnyTagClassName
{
color: #96677B;
}
</style>
background-color css
<style>
a { background-color: #96677B; }
a { background-color: rgb(150,103,123); }
div.DivClassName
{
background-color: #96677B;
}
.BgClassName
{
background-color: #96677B;
}
</style>
border-color css
<style>
span { border-color: #96677B; }
span { border-color: rgb(150,103,123); }
td.TdClassName
{
border-color: #96677B;
}
.TagClassName
{
border-color: #96677B;
}
</style>