#956F84

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

Shades of Strikemaster #956F84

Tints of Strikemaster #956F84

Color information

#956F84 (or 0x956F84) is unknown color: approx Strikemaster. HEX triplet: 95, 6F and 84. RGB value is (149,111,132). Sum of RGB (Red+Green+Blue) = 149+111+132=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 111 (43.75% from 255 or 28.32% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 149 - color contains mainly: red. Hex color #956F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956F84 is #6A907B. Grayscale: #7C7C7C. Windows color (decimal): -6983804 or 8679317. OLE color: 8679317.

HSL color Cylindrical-coordinate representation of color #956F84: hue angle of 326.84º degrees, saturation: 0.15, 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 #956F84 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149111132-
CMYK00.260.110.42
HSL326.84º15.2%50.98%-
HSV(B)326.84º25.5%58.43%-
XYZ22.2419.4224.41-
YUV124.76132.09145.29-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.01%
GREEN value IS 111 (43.75% from 255) = 28.32%
BLUE value IS 132 (51.95% from 255) = 33.67%
R=38.01%
G=28.32%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14911113200.260.110.42326.8415.250.98
Hex956F8401AB2A147f33
Octal22515720403213525071763
Binary1001010111011111000010001101010111010101010001111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,111,132); }

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

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

 a { background-color: rgb(149,111,132); }

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

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

 span { border-color: rgb(149,111,132); }

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