Shades of Strikemaster #99677F
Tints of Strikemaster #99677F
RGB
CMYK
RGB Variations
Color information
#99677F (or 0x99677F) is known color: Strikemaster. HEX triplet: 99, 67 and 7F. RGB value is (153,103,127). Sum of RGB (Red+Green+Blue) = 153+103+127=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 153 - color contains mainly: red. Hex color #99677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677F is #669880. Grayscale: #787878. Windows color (decimal): -6723713 or 8349593. OLE color: 8349593.
HSL color Cylindrical-coordinate representation of color #99677F: hue angle of 331.2º 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 #99677F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 127 | - |
| CMYK | 0 | 0.33 | 0.17 | 0.4 |
| HSL | 331.2º | 0.2% | 0.5% | - |
| HSV(B) | 331.2º | 0.33% | 0.6% | - |
| XYZ | 21.82 | 18.01 | 22.4 | - |
| YUV | 120.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 127 | 0 | 0.33 | 0.17 | 0.4 | 331.2 | 0.2 | 0.5 |
| Hex | 99 | 67 | 7F | 0 | 21 | 11 | 28 | 14B | 14 | 32 |
| Octal | 231 | 147 | 177 | 0 | 41 | 21 | 50 | 513 | 24 | 62 |
| Binary | 10011001 | 1100111 | 1111111 | 0 | 100001 | 10001 | 101000 | 101001011 | 10100 | 110010 |
Color Harmonies of #99677F
Complementary color
Monochromatic Colors of #99677F
Black with #99677F
Text Example
Text Example
White with #99677F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99677F; }
p { color: rgb(153,103,127); }
H1.HeaderClassName
{
color: #99677F;
}
.AnyTagClassName
{
color: #99677F;
}
</style>
background-color css
<style>
a { background-color: #99677F; }
a { background-color: rgb(153,103,127); }
div.DivClassName
{
background-color: #99677F;
}
.BgClassName
{
background-color: #99677F;
}
</style>
border-color css
<style>
span { border-color: #99677F; }
span { border-color: rgb(153,103,127); }
td.TdClassName
{
border-color: #99677F;
}
.TagClassName
{
border-color: #99677F;
}
</style>