Shades of Strikemaster #99667B
Tints of Strikemaster #99667B
RGB
CMYK
RGB Variations
Color information
#99667B (or 0x99667B) is known color: Strikemaster. HEX triplet: 99, 66 and 7B. RGB value is (153,102,123). Sum of RGB (Red+Green+Blue) = 153+102+123=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 153 - color contains mainly: red. Hex color #99667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667B is #669984. Grayscale: #777777. Windows color (decimal): -6723973 or 8087193. OLE color: 8087193.
HSL color Cylindrical-coordinate representation of color #99667B: hue angle of 335.29º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99667B is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 123 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.4 |
| HSL | 335.29º | 0.2% | 0.5% | - |
| HSV(B) | 335.29º | 0.33% | 0.6% | - |
| XYZ | 21.46 | 17.71 | 21.03 | - |
| YUV | 119.64 | 129.9 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 123 | 0 | 0.33 | 0.20 | 0.4 | 335.29 | 0.2 | 0.5 |
| Hex | 99 | 66 | 7B | 0 | 21 | 14 | 28 | 14F | 14 | 32 |
| Octal | 231 | 146 | 173 | 0 | 41 | 24 | 50 | 517 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1111011 | 0 | 100001 | 10100 | 101000 | 101001111 | 10100 | 110010 |
Color Harmonies of #99667B
Complementary color
Monochromatic Colors of #99667B
Black with #99667B
Text Example
Text Example
White with #99667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99667B; }
p { color: rgb(153,102,123); }
H1.HeaderClassName
{
color: #99667B;
}
.AnyTagClassName
{
color: #99667B;
}
</style>
background-color css
<style>
a { background-color: #99667B; }
a { background-color: rgb(153,102,123); }
div.DivClassName
{
background-color: #99667B;
}
.BgClassName
{
background-color: #99667B;
}
</style>
border-color css
<style>
span { border-color: #99667B; }
span { border-color: rgb(153,102,123); }
td.TdClassName
{
border-color: #99667B;
}
.TagClassName
{
border-color: #99667B;
}
</style>