Shades of Strikemaster #956D85
Tints of Strikemaster #956D85
RGB
CMYK
RGB Variations
Color information
#956D85 (or 0x956D85) is known color: Strikemaster. HEX triplet: 95, 6D and 85. RGB value is (149,109,133). Sum of RGB (Red+Green+Blue) = 149+109+133=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 149 - color contains mainly: red. Hex color #956D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956D85 is #6A927A. Grayscale: #7B7B7B. Windows color (decimal): -6984315 or 8744341. OLE color: 8744341.
HSL color Cylindrical-coordinate representation of color #956D85: hue angle of 324º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #956D85 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 109 | 133 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.42 |
| HSL | 324º | 0.16% | 0.51% | - |
| HSV(B) | 324º | 0.27% | 0.58% | - |
| XYZ | 22.1 | 19.02 | 24.7 | - |
| YUV | 123.7 | 133.25 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 109 | 133 | 0 | 0.27 | 0.11 | 0.42 | 324 | 0.16 | 0.51 |
| Hex | 95 | 6D | 85 | 0 | 1B | B | 2A | 144 | 10 | 33 |
| Octal | 225 | 155 | 205 | 0 | 33 | 13 | 52 | 504 | 20 | 63 |
| Binary | 10010101 | 1101101 | 10000101 | 0 | 11011 | 1011 | 101010 | 101000100 | 10000 | 110011 |
Color Harmonies of #956D85
Complementary color
Monochromatic Colors of #956D85
Black with #956D85
Text Example
Text Example
White with #956D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956D85; }
p { color: rgb(149,109,133); }
H1.HeaderClassName
{
color: #956D85;
}
.AnyTagClassName
{
color: #956D85;
}
</style>
background-color css
<style>
a { background-color: #956D85; }
a { background-color: rgb(149,109,133); }
div.DivClassName
{
background-color: #956D85;
}
.BgClassName
{
background-color: #956D85;
}
</style>
border-color css
<style>
span { border-color: #956D85; }
span { border-color: rgb(149,109,133); }
td.TdClassName
{
border-color: #956D85;
}
.TagClassName
{
border-color: #956D85;
}
</style>