Shades of Strikemaster #99677B
Tints of Strikemaster #99677B
RGB
CMYK
RGB Variations
Color information
#99677B (or 0x99677B) is known color: Strikemaster. HEX triplet: 99, 67 and 7B. RGB value is (153,103,123). Sum of RGB (Red+Green+Blue) = 153+103+123=379 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.37% from 379); Green value is 103 (40.62% from 255 or 27.18% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 153 - color contains mainly: red. Hex color #99677B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99677B is #669884. Grayscale: #787878. Windows color (decimal): -6723717 or 8087449. OLE color: 8087449.
HSL color Cylindrical-coordinate representation of color #99677B: hue angle of 336º 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 #99677B is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 103 | 123 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.4 |
| HSL | 336º | 0.2% | 0.5% | - |
| HSV(B) | 336º | 0.33% | 0.6% | - |
| XYZ | 21.56 | 17.9 | 21.06 | - |
| YUV | 120.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 103 | 123 | 0 | 0.33 | 0.20 | 0.4 | 336 | 0.2 | 0.5 |
| Hex | 99 | 67 | 7B | 0 | 21 | 14 | 28 | 150 | 14 | 32 |
| Octal | 231 | 147 | 173 | 0 | 41 | 24 | 50 | 520 | 24 | 62 |
| Binary | 10011001 | 1100111 | 1111011 | 0 | 100001 | 10100 | 101000 | 101010000 | 10100 | 110010 |
Color Harmonies of #99677B
Complementary color
Monochromatic Colors of #99677B
Black with #99677B
Text Example
Text Example
White with #99677B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99677B; }
p { color: rgb(153,103,123); }
H1.HeaderClassName
{
color: #99677B;
}
.AnyTagClassName
{
color: #99677B;
}
</style>
background-color css
<style>
a { background-color: #99677B; }
a { background-color: rgb(153,103,123); }
div.DivClassName
{
background-color: #99677B;
}
.BgClassName
{
background-color: #99677B;
}
</style>
border-color css
<style>
span { border-color: #99677B; }
span { border-color: rgb(153,103,123); }
td.TdClassName
{
border-color: #99677B;
}
.TagClassName
{
border-color: #99677B;
}
</style>