Shades of Strikemaster #99697F
Tints of Strikemaster #99697F
RGB
CMYK
RGB Variations
Color information
#99697F (or 0x99697F) is known color: Strikemaster. HEX triplet: 99, 69 and 7F. RGB value is (153,105,127). Sum of RGB (Red+Green+Blue) = 153+105+127=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 105 (41.41% from 255 or 27.27% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 153 - color contains mainly: red. Hex color #99697F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697F is #669680. Grayscale: #797979. Windows color (decimal): -6723201 or 8350105. OLE color: 8350105.
HSL color Cylindrical-coordinate representation of color #99697F: hue angle of 332.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99697F is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 127 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.4 |
| HSL | 332.5º | 0.19% | 0.51% | - |
| HSV(B) | 332.5º | 0.31% | 0.6% | - |
| XYZ | 22.02 | 18.41 | 22.47 | - |
| YUV | 121.86 | 130.9 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 127 | 0 | 0.31 | 0.17 | 0.4 | 332.5 | 0.19 | 0.51 |
| Hex | 99 | 69 | 7F | 0 | 1F | 11 | 28 | 14C | 13 | 33 |
| Octal | 231 | 151 | 177 | 0 | 37 | 21 | 50 | 514 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1111111 | 0 | 11111 | 10001 | 101000 | 101001100 | 10011 | 110011 |
Color Harmonies of #99697F
Complementary color
Monochromatic Colors of #99697F
Black with #99697F
Text Example
Text Example
White with #99697F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99697F; }
p { color: rgb(153,105,127); }
H1.HeaderClassName
{
color: #99697F;
}
.AnyTagClassName
{
color: #99697F;
}
</style>
background-color css
<style>
a { background-color: #99697F; }
a { background-color: rgb(153,105,127); }
div.DivClassName
{
background-color: #99697F;
}
.BgClassName
{
background-color: #99697F;
}
</style>
border-color css
<style>
span { border-color: #99697F; }
span { border-color: rgb(153,105,127); }
td.TdClassName
{
border-color: #99697F;
}
.TagClassName
{
border-color: #99697F;
}
</style>