Shades of Strikemaster #99697A
Tints of Strikemaster #99697A
RGB
CMYK
RGB Variations
Color information
#99697A (or 0x99697A) is known color: Strikemaster. HEX triplet: 99, 69 and 7A. RGB value is (153,105,122). Sum of RGB (Red+Green+Blue) = 153+105+122=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 153 - color contains mainly: red. Hex color #99697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99697A is #669685. Grayscale: #797979. Windows color (decimal): -6723206 or 8022425. OLE color: 8022425.
HSL color Cylindrical-coordinate representation of color #99697A: hue angle of 338.75º 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 #99697A is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 105 | 122 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.4 |
| HSL | 338.75º | 0.19% | 0.51% | - |
| HSV(B) | 338.75º | 0.31% | 0.6% | - |
| XYZ | 21.7 | 18.28 | 20.8 | - |
| YUV | 121.29 | 128.4 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 105 | 122 | 0 | 0.31 | 0.20 | 0.4 | 338.75 | 0.19 | 0.51 |
| Hex | 99 | 69 | 7A | 0 | 1F | 14 | 28 | 153 | 13 | 33 |
| Octal | 231 | 151 | 172 | 0 | 37 | 24 | 50 | 523 | 23 | 63 |
| Binary | 10011001 | 1101001 | 1111010 | 0 | 11111 | 10100 | 101000 | 101010011 | 10011 | 110011 |
Color Harmonies of #99697A
Complementary color
Monochromatic Colors of #99697A
Black with #99697A
Text Example
Text Example
White with #99697A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99697A; }
p { color: rgb(153,105,122); }
H1.HeaderClassName
{
color: #99697A;
}
.AnyTagClassName
{
color: #99697A;
}
</style>
background-color css
<style>
a { background-color: #99697A; }
a { background-color: rgb(153,105,122); }
div.DivClassName
{
background-color: #99697A;
}
.BgClassName
{
background-color: #99697A;
}
</style>
border-color css
<style>
span { border-color: #99697A; }
span { border-color: rgb(153,105,122); }
td.TdClassName
{
border-color: #99697A;
}
.TagClassName
{
border-color: #99697A;
}
</style>