Shades of Strikemaster #9D6B7F
Tints of Strikemaster #9D6B7F
RGB
CMYK
RGB Variations
Color information
#9D6B7F (or 0x9D6B7F) is known color: Strikemaster. HEX triplet: 9D, 6B and 7F. RGB value is (157,107,127). Sum of RGB (Red+Green+Blue) = 157+107+127=391 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.15% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 157 - color contains mainly: red. Hex color #9D6B7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D6B7F is #629480. Grayscale: #7C7C7C. Windows color (decimal): -6460545 or 8350621. OLE color: 8350621.
HSL color Cylindrical-coordinate representation of color #9D6B7F: hue angle of 336º degrees, saturation: 0.2, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9D6B7F is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 107 | 127 | - |
| CMYK | 0 | 0.32 | 0.19 | 0.38 |
| HSL | 336º | 0.2% | 0.52% | - |
| HSV(B) | 336º | 0.32% | 0.62% | - |
| XYZ | 22.99 | 19.22 | 22.58 | - |
| YUV | 124.23 | 129.57 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 107 | 127 | 0 | 0.32 | 0.19 | 0.38 | 336 | 0.2 | 0.52 |
| Hex | 9D | 6B | 7F | 0 | 20 | 13 | 26 | 150 | 14 | 34 |
| Octal | 235 | 153 | 177 | 0 | 40 | 23 | 46 | 520 | 24 | 64 |
| Binary | 10011101 | 1101011 | 1111111 | 0 | 100000 | 10011 | 100110 | 101010000 | 10100 | 110100 |
Color Harmonies of #9D6B7F
Complementary color
Monochromatic Colors of #9D6B7F
Black with #9D6B7F
Text Example
Text Example
White with #9D6B7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D6B7F; }
p { color: rgb(157,107,127); }
H1.HeaderClassName
{
color: #9D6B7F;
}
.AnyTagClassName
{
color: #9D6B7F;
}
</style>
background-color css
<style>
a { background-color: #9D6B7F; }
a { background-color: rgb(157,107,127); }
div.DivClassName
{
background-color: #9D6B7F;
}
.BgClassName
{
background-color: #9D6B7F;
}
</style>
border-color css
<style>
span { border-color: #9D6B7F; }
span { border-color: rgb(157,107,127); }
td.TdClassName
{
border-color: #9D6B7F;
}
.TagClassName
{
border-color: #9D6B7F;
}
</style>