Shades of Strikemaster #99667A
Tints of Strikemaster #99667A
RGB
CMYK
RGB Variations
Color information
#99667A (or 0x99667A) is known color: Strikemaster. HEX triplet: 99, 66 and 7A. RGB value is (153,102,122). Sum of RGB (Red+Green+Blue) = 153+102+122=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 153 - color contains mainly: red. Hex color #99667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99667A is #669985. Grayscale: #777777. Windows color (decimal): -6723974 or 8021657. OLE color: 8021657.
HSL color Cylindrical-coordinate representation of color #99667A: hue angle of 336.47º 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 #99667A is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 102 | 122 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.4 |
| HSL | 336.47º | 0.2% | 0.5% | - |
| HSV(B) | 336.47º | 0.33% | 0.6% | - |
| XYZ | 21.4 | 17.68 | 20.7 | - |
| YUV | 119.53 | 129.4 | 151.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 102 | 122 | 0 | 0.33 | 0.20 | 0.4 | 336.47 | 0.2 | 0.5 |
| Hex | 99 | 66 | 7A | 0 | 21 | 14 | 28 | 150 | 14 | 32 |
| Octal | 231 | 146 | 172 | 0 | 41 | 24 | 50 | 520 | 24 | 62 |
| Binary | 10011001 | 1100110 | 1111010 | 0 | 100001 | 10100 | 101000 | 101010000 | 10100 | 110010 |
Color Harmonies of #99667A
Complementary color
Monochromatic Colors of #99667A
Black with #99667A
Text Example
Text Example
White with #99667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99667A; }
p { color: rgb(153,102,122); }
H1.HeaderClassName
{
color: #99667A;
}
.AnyTagClassName
{
color: #99667A;
}
</style>
background-color css
<style>
a { background-color: #99667A; }
a { background-color: rgb(153,102,122); }
div.DivClassName
{
background-color: #99667A;
}
.BgClassName
{
background-color: #99667A;
}
</style>
border-color css
<style>
span { border-color: #99667A; }
span { border-color: rgb(153,102,122); }
td.TdClassName
{
border-color: #99667A;
}
.TagClassName
{
border-color: #99667A;
}
</style>