#95687F

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

Shades of Strikemaster #95687F

Tints of Strikemaster #95687F

Color information

#95687F (or 0x95687F) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 7F. RGB value is (149,104,127). Sum of RGB (Red+Green+Blue) = 149+104+127=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 104 (41.02% from 255 or 27.37% from 380); Blue value is 127 (50% from 255 or 33.42% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95687F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687F is #6A9780. Grayscale: #787878. Windows color (decimal): -6985601 or 8349845. OLE color: 8349845.

HSL color Cylindrical-coordinate representation of color #95687F: hue angle of 329.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #95687F is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149104127-
CMYK00.300.150.42
HSL329.33º17.79%49.61%-
HSV(B)329.33º30.2%58.43%-
XYZ21.1817.8222.4-
YUV120.08131.91148.63-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 104 (41.02% from 255) = 27.37%
BLUE value IS 127 (50% from 255) = 33.42%
R=39.21%
G=27.37%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910412700.300.150.42329.3317.7949.61
Hex95687F01EF2A1491232
Octal22515017703617525112262
Binary1001010111010001111111011110111110101010100100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95687F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95687F; }

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

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

<style>
 a { background-color: #95687F; }

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

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

<style>
 span { border-color: #95687F; }

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

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