#95687C

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

Shades of Strikemaster #95687C

Tints of Strikemaster #95687C

Color information

#95687C (or 0x95687C) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 7C. RGB value is (149,104,124). Sum of RGB (Red+Green+Blue) = 149+104+124=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #95687C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687C is #6A9783. Grayscale: #777777. Windows color (decimal): -6985604 or 8153237. OLE color: 8153237.

HSL color Cylindrical-coordinate representation of color #95687C: hue angle of 333.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 #95687C is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB149104124-
CMYK00.300.170.42
HSL333.33º17.79%49.61%-
HSV(B)333.33º30.2%58.43%-
XYZ20.9817.7521.39-
YUV119.73130.41148.87-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.52%
GREEN value IS 104 (41.02% from 255) = 27.59%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=39.52%
G=27.59%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910412400.300.170.42333.3317.7949.61
Hex95687C01E112A14d1232
Octal22515017403621525152262
Binary10010101110100011111000111101000110101010100110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95687C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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