#956789

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

Shades of Strikemaster #956789

Tints of Strikemaster #956789

Color information

#956789 (or 0x956789) is unknown color: approx Strikemaster. HEX triplet: 95, 67 and 89. RGB value is (149,103,137). Sum of RGB (Red+Green+Blue) = 149+103+137=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956789 is #6A9876. Grayscale: #787878. Windows color (decimal): -6985847 or 9004949. OLE color: 9004949.

HSL color Cylindrical-coordinate representation of color #956789: hue angle of 315.65º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #956789 is Cyan = 0, Magento = 0.31, Yellow = 0.08 and Black (K on CMYK) = 0.42.

Color convert

RGB149103137-
CMYK00.310.080.42
HSL315.65º18.25%49.41%-
HSV(B)315.65º30.87%58.43%-
XYZ21.7617.925.97-
YUV120.63137.24148.24-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 137 (53.91% from 255) = 35.22%
R=38.30%
G=26.48%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910313700.310.080.42315.6518.2549.41
Hex95678901F82A13c1231
Octal22514721103710524742261
Binary10010101110011110001001011111100010101010011110010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #956789; }

 p { color: rgb(149,103,137); }

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

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

 a { background-color: rgb(149,103,137); }

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

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

 span { border-color: rgb(149,103,137); }

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