Shades of Strikemaster #99688C
Tints of Strikemaster #99688C
RGB
CMYK
RGB Variations
Color information
#99688C (or 0x99688C) is known color: Strikemaster. HEX triplet: 99, 68 and 8C. RGB value is (153,104,140). Sum of RGB (Red+Green+Blue) = 153+104+140=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 104 (41.02% from 255 or 26.20% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 153 - color contains mainly: red. Hex color #99688C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #99688C is #669773. Grayscale: #7A7A7A. Windows color (decimal): -6723444 or 9201817. OLE color: 9201817.
HSL color Cylindrical-coordinate representation of color #99688C: hue angle of 315.92º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99688C is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 104 | 140 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.4 |
| HSL | 315.92º | 0.19% | 0.5% | - |
| HSV(B) | 315.92º | 0.32% | 0.6% | - |
| XYZ | 22.82 | 18.57 | 27.19 | - |
| YUV | 122.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 104 | 140 | 0 | 0.32 | 0.08 | 0.4 | 315.92 | 0.19 | 0.5 |
| Hex | 99 | 68 | 8C | 0 | 20 | 8 | 28 | 13C | 13 | 32 |
| Octal | 231 | 150 | 214 | 0 | 40 | 10 | 50 | 474 | 23 | 62 |
| Binary | 10011001 | 1101000 | 10001100 | 0 | 100000 | 1000 | 101000 | 100111100 | 10011 | 110010 |
Color Harmonies of #99688C
Complementary color
Monochromatic Colors of #99688C
Black with #99688C
Text Example
Text Example
White with #99688C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99688C; }
p { color: rgb(153,104,140); }
H1.HeaderClassName
{
color: #99688C;
}
.AnyTagClassName
{
color: #99688C;
}
</style>
background-color css
<style>
a { background-color: #99688C; }
a { background-color: rgb(153,104,140); }
div.DivClassName
{
background-color: #99688C;
}
.BgClassName
{
background-color: #99688C;
}
</style>
border-color css
<style>
span { border-color: #99688C; }
span { border-color: rgb(153,104,140); }
td.TdClassName
{
border-color: #99688C;
}
.TagClassName
{
border-color: #99688C;
}
</style>