Shades of Strikemaster #99667F
Tints of Strikemaster #99667F
RGB
CMYK
RGB Variations
Color information
#99667F (or 0x99667F) is known color: Strikemaster. HEX triplet: 99, 66 and 7F. RGB value is (153,102,127). Sum of RGB (Red+Green+Blue) = 153+102+127=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 102 (40.23% from 255 or 26.70% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 153 - color contains mainly: red. Hex color #99667F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667F is #669980. Grayscale: #787878. Windows color (decimal): -6723969 or 8349337. OLE color: 8349337.
HSL color Cylindrical-coordinate representation of color #99667F: hue angle of 330.59º 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 #99667F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 127 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.4 |
| HSL | 330.59º | 0.2% | 0.5% | - |
| HSV(B) | 330.59º | 0.33% | 0.6% | - |
| XYZ | 21.72 | 17.81 | 22.37 | - |
| YUV | 120.1 | 131.9 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 127 | 0 | 0.33 | 0.17 | 0.4 | 330.59 | 0.2 | 0.5 |
| Hex | 99 | 66 | 7F | 0 | 21 | 11 | 28 | 14B | 14 | 32 |
| Octal | 231 | 146 | 177 | 0 | 41 | 21 | 50 | 513 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1111111 | 0 | 100001 | 10001 | 101000 | 101001011 | 10100 | 110010 |
Color Harmonies of #99667F
Complementary color
Monochromatic Colors of #99667F
Black with #99667F
Text Example
Text Example
White with #99667F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99667F; }
p { color: rgb(153,102,127); }
H1.HeaderClassName
{
color: #99667F;
}
.AnyTagClassName
{
color: #99667F;
}
</style>
background-color css
<style>
a { background-color: #99667F; }
a { background-color: rgb(153,102,127); }
div.DivClassName
{
background-color: #99667F;
}
.BgClassName
{
background-color: #99667F;
}
</style>
border-color css
<style>
span { border-color: #99667F; }
span { border-color: rgb(153,102,127); }
td.TdClassName
{
border-color: #99667F;
}
.TagClassName
{
border-color: #99667F;
}
</style>