#956E80

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

Shades of Strikemaster #956E80

Tints of Strikemaster #956E80

Color information

#956E80 (or 0x956E80) is unknown color: approx Strikemaster. HEX triplet: 95, 6E and 80. RGB value is (149,110,128). Sum of RGB (Red+Green+Blue) = 149+110+128=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 110 (43.36% from 255 or 28.42% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 149 - color contains mainly: red. Hex color #956E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956E80 is #6A917F. Grayscale: #7B7B7B. Windows color (decimal): -6984064 or 8416917. OLE color: 8416917.

HSL color Cylindrical-coordinate representation of color #956E80: hue angle of 332.31º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #956E80 is Cyan = 0, Magento = 0.26, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB149110128-
CMYK00.260.140.42
HSL332.31º15.54%50.78%-
HSV(B)332.31º26.17%58.43%-
XYZ21.8719.122.96-
YUV123.71130.42146.04-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.50%
GREEN value IS 110 (43.36% from 255) = 28.42%
BLUE value IS 128 (50.39% from 255) = 33.07%
R=38.50%
G=28.42%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911012800.260.140.42332.3115.5450.78
Hex956E8001AE2A14c1033
Octal22515620003216525142063
Binary10010101110111010000000011010111010101010100110010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956E80; }

 p { color: rgb(149,110,128); }

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

<style>
 a { background-color: #956E80; }

 a { background-color: rgb(149,110,128); }

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

<style>
 span { border-color: #956E80; }

 span { border-color: rgb(149,110,128); }

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