Shades of Strikemaster #99658B
Tints of Strikemaster #99658B
RGB
CMYK
RGB Variations
Color information
#99658B (or 0x99658B) is known color: Strikemaster. HEX triplet: 99, 65 and 8B. RGB value is (153,101,139). Sum of RGB (Red+Green+Blue) = 153+101+139=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 101 (39.84% from 255 or 25.70% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #99658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99658B is #669A74. Grayscale: #787878. Windows color (decimal): -6724213 or 9135513. OLE color: 9135513.
HSL color Cylindrical-coordinate representation of color #99658B: hue angle of 316.15º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #99658B is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 101 | 139 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.4 |
| HSL | 316.15º | 0.2% | 0.5% | - |
| HSV(B) | 316.15º | 0.34% | 0.6% | - |
| XYZ | 22.45 | 17.94 | 26.71 | - |
| YUV | 120.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 101 | 139 | 0 | 0.34 | 0.09 | 0.4 | 316.15 | 0.2 | 0.5 |
| Hex | 99 | 65 | 8B | 0 | 22 | 9 | 28 | 13C | 14 | 32 |
| Octal | 231 | 145 | 213 | 0 | 42 | 11 | 50 | 474 | 24 | 62 |
| Binary | 10011001 | 1100101 | 10001011 | 0 | 100010 | 1001 | 101000 | 100111100 | 10100 | 110010 |
Color Harmonies of #99658B
Complementary color
Monochromatic Colors of #99658B
Black with #99658B
Text Example
Text Example
White with #99658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99658B; }
p { color: rgb(153,101,139); }
H1.HeaderClassName
{
color: #99658B;
}
.AnyTagClassName
{
color: #99658B;
}
</style>
background-color css
<style>
a { background-color: #99658B; }
a { background-color: rgb(153,101,139); }
div.DivClassName
{
background-color: #99658B;
}
.BgClassName
{
background-color: #99658B;
}
</style>
border-color css
<style>
span { border-color: #99658B; }
span { border-color: rgb(153,101,139); }
td.TdClassName
{
border-color: #99658B;
}
.TagClassName
{
border-color: #99658B;
}
</style>