Shades of Strikemaster #99647E
Tints of Strikemaster #99647E
RGB
CMYK
RGB Variations
Color information
#99647E (or 0x99647E) is known color: Strikemaster. HEX triplet: 99, 64 and 7E. RGB value is (153,100,126). Sum of RGB (Red+Green+Blue) = 153+100+126=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99647E is #669B81. Grayscale: #767676. Windows color (decimal): -6724482 or 8283289. OLE color: 8283289.
HSL color Cylindrical-coordinate representation of color #99647E: hue angle of 330.57º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99647E is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 100 | 126 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.4 |
| HSL | 330.57º | 0.21% | 0.5% | - |
| HSV(B) | 330.57º | 0.35% | 0.6% | - |
| XYZ | 21.46 | 17.39 | 21.96 | - |
| YUV | 118.81 | 132.06 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 100 | 126 | 0 | 0.35 | 0.18 | 0.4 | 330.57 | 0.21 | 0.5 |
| Hex | 99 | 64 | 7E | 0 | 23 | 12 | 28 | 14B | 15 | 32 |
| Octal | 231 | 144 | 176 | 0 | 43 | 22 | 50 | 513 | 25 | 62 |
| Binary | 10011001 | 1100100 | 1111110 | 0 | 100011 | 10010 | 101000 | 101001011 | 10101 | 110010 |
Color Harmonies of #99647E
Complementary color
Monochromatic Colors of #99647E
Black with #99647E
Text Example
Text Example
White with #99647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99647E; }
p { color: rgb(153,100,126); }
H1.HeaderClassName
{
color: #99647E;
}
.AnyTagClassName
{
color: #99647E;
}
</style>
background-color css
<style>
a { background-color: #99647E; }
a { background-color: rgb(153,100,126); }
div.DivClassName
{
background-color: #99647E;
}
.BgClassName
{
background-color: #99647E;
}
</style>
border-color css
<style>
span { border-color: #99647E; }
span { border-color: rgb(153,100,126); }
td.TdClassName
{
border-color: #99647E;
}
.TagClassName
{
border-color: #99647E;
}
</style>