#95697E

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

Shades of Strikemaster #95697E

Tints of Strikemaster #95697E

Color information

#95697E (or 0x95697E) is unknown color: approx Strikemaster. HEX triplet: 95, 69 and 7E. RGB value is (149,105,126). Sum of RGB (Red+Green+Blue) = 149+105+126=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #95697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95697E is #6A9681. Grayscale: #787878. Windows color (decimal): -6985346 or 8284565. OLE color: 8284565.

HSL color Cylindrical-coordinate representation of color #95697E: hue angle of 331.36º degrees, saturation: 0.17, 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 #95697E is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB149105126-
CMYK00.300.150.42
HSL331.36º17.32%49.8%-
HSV(B)331.36º29.53%58.43%-
XYZ21.211822.09-
YUV120.55131.08148.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 39.21%
GREEN value IS 105 (41.41% from 255) = 27.63%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=39.21%
G=27.63%
B=33.16%

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
Decimal14910512600.300.150.42331.3617.3249.8
Hex95697E01EF2A14b1132
Octal22515117603617525132162
Binary1001010111010011111110011110111110101010100101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95697E; }

 p { color: rgb(149,105,126); }

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

<style>
 a { background-color: #95697E; }

 a { background-color: rgb(149,105,126); }

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

<style>
 span { border-color: #95697E; }

 span { border-color: rgb(149,105,126); }

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