#9F687F

Color #9F687F Strikemaster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Strikemaster #9F687F

Tints of Strikemaster #9F687F

Color information

#9F687F (or 0x9F687F) is unknown color: approx Strikemaster. HEX triplet: 9F, 68 and 7F. RGB value is (159,104,127). Sum of RGB (Red+Green+Blue) = 159+104+127=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 127 (50% from 255 or 32.56% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687F is #609780. Grayscale: #7B7B7B. Windows color (decimal): -6330241 or 8349855. OLE color: 8349855.

HSL color Cylindrical-coordinate representation of color #9F687F: hue angle of 334.91º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F687F is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.38.

Color convert

RGB159104127-
CMYK00.350.200.38
HSL334.91º22.27%51.57%-
HSV(B)334.91º34.59%62.35%-
XYZ23.0818.822.49-
YUV123.07130.22153.63-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 40.77%
GREEN value IS 104 (41.02% from 255) = 26.67%
BLUE value IS 127 (50% from 255) = 32.56%
R=40.77%
G=26.67%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15910412700.350.200.38334.9122.2751.57
Hex9F687F023142614f1634
Octal23715017704324465172664
Binary100111111101000111111101000111010010011010100111110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F687F; }

 p { color: rgb(159,104,127); }

 H1.HeaderClassName
 {
   color: #9F687F;
 }
 .AnyTagClassName
 {
   color: #9F687F;
 }
</style>
background-color css

<style>
 a { background-color: #9F687F; }

 a { background-color: rgb(159,104,127); }

 div.DivClassName
 {
   background-color: #9F687F;
 }
 .BgClassName
 {
   background-color: #9F687F;
 }
</style>
border-color css

<style>
 span { border-color: #9F687F; }

 span { border-color: rgb(159,104,127); }

 td.TdClassName
 {
   border-color: #9F687F;
 }
 .TagClassName
 {
   border-color: #9F687F;
 }
</style>