Shades of Strikemaster #99697B
Tints of Strikemaster #99697B
RGB
CMYK
RGB Variations
Color information
#99697B (or 0x99697B) is known color: Strikemaster. HEX triplet: 99, 69 and 7B. RGB value is (153,105,123). Sum of RGB (Red+Green+Blue) = 153+105+123=381 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.16% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 153 - color contains mainly: red. Hex color #99697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697B is #669684. Grayscale: #797979. Windows color (decimal): -6723205 or 8087961. OLE color: 8087961.
HSL color Cylindrical-coordinate representation of color #99697B: hue angle of 337.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 #99697B is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 123 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.4 |
| HSL | 337.5º | 0.19% | 0.51% | - |
| HSV(B) | 337.5º | 0.31% | 0.6% | - |
| XYZ | 21.76 | 18.31 | 21.13 | - |
| YUV | 121.4 | 128.9 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 123 | 0 | 0.31 | 0.20 | 0.4 | 337.5 | 0.19 | 0.51 |
| Hex | 99 | 69 | 7B | 0 | 1F | 14 | 28 | 152 | 13 | 33 |
| Octal | 231 | 151 | 173 | 0 | 37 | 24 | 50 | 522 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1111011 | 0 | 11111 | 10100 | 101000 | 101010010 | 10011 | 110011 |
Color Harmonies of #99697B
Complementary color
Monochromatic Colors of #99697B
Black with #99697B
Text Example
Text Example
White with #99697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99697B; }
p { color: rgb(153,105,123); }
H1.HeaderClassName
{
color: #99697B;
}
.AnyTagClassName
{
color: #99697B;
}
</style>
background-color css
<style>
a { background-color: #99697B; }
a { background-color: rgb(153,105,123); }
div.DivClassName
{
background-color: #99697B;
}
.BgClassName
{
background-color: #99697B;
}
</style>
border-color css
<style>
span { border-color: #99697B; }
span { border-color: rgb(153,105,123); }
td.TdClassName
{
border-color: #99697B;
}
.TagClassName
{
border-color: #99697B;
}
</style>