#95687A

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

Shades of Strikemaster #95687A

Tints of Strikemaster #95687A

Color information

#95687A (or 0x95687A) is unknown color: approx Strikemaster. HEX triplet: 95, 68 and 7A. RGB value is (149,104,122). Sum of RGB (Red+Green+Blue) = 149+104+122=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #95687A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95687A is #6A9785. Grayscale: #777777. Windows color (decimal): -6985606 or 8022165. OLE color: 8022165.

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

Color convert

RGB149104122-
CMYK00.300.180.42
HSL336º17.79%49.61%-
HSV(B)336º30.2%58.43%-
XYZ20.8617.720.73-
YUV119.51129.41149.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.73%
GREEN value IS 104 (41.02% from 255) = 27.73%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=39.73%
G=27.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910412200.300.180.4233617.7949.61
Hex95687A01E122A1501232
Octal22515017203622525202262
Binary10010101110100011110100111101001010101010101000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95687A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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