Shades of Strikemaster #99667C
Tints of Strikemaster #99667C
RGB
CMYK
RGB Variations
Color information
#99667C (or 0x99667C) is known color: Strikemaster. HEX triplet: 99, 66 and 7C. RGB value is (153,102,124). Sum of RGB (Red+Green+Blue) = 153+102+124=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667C is #669983. Grayscale: #777777. Windows color (decimal): -6723972 or 8152729. OLE color: 8152729.
HSL color Cylindrical-coordinate representation of color #99667C: hue angle of 334.12º 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 #99667C is Cyan = 0, Magento = 0.33, Yellow = 0.19 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 124 | - |
| CMYK | 0 | 0.33 | 0.19 | 0.4 |
| HSL | 334.12º | 0.2% | 0.5% | - |
| HSV(B) | 334.12º | 0.33% | 0.6% | - |
| XYZ | 21.53 | 17.73 | 21.36 | - |
| YUV | 119.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 124 | 0 | 0.33 | 0.19 | 0.4 | 334.12 | 0.2 | 0.5 |
| Hex | 99 | 66 | 7C | 0 | 21 | 13 | 28 | 14E | 14 | 32 |
| Octal | 231 | 146 | 174 | 0 | 41 | 23 | 50 | 516 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1111100 | 0 | 100001 | 10011 | 101000 | 101001110 | 10100 | 110010 |
Color Harmonies of #99667C
Complementary color
Monochromatic Colors of #99667C
Black with #99667C
Text Example
Text Example
White with #99667C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99667C; }
p { color: rgb(153,102,124); }
H1.HeaderClassName
{
color: #99667C;
}
.AnyTagClassName
{
color: #99667C;
}
</style>
background-color css
<style>
a { background-color: #99667C; }
a { background-color: rgb(153,102,124); }
div.DivClassName
{
background-color: #99667C;
}
.BgClassName
{
background-color: #99667C;
}
</style>
border-color css
<style>
span { border-color: #99667C; }
span { border-color: rgb(153,102,124); }
td.TdClassName
{
border-color: #99667C;
}
.TagClassName
{
border-color: #99667C;
}
</style>