#956B85

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

Shades of Strikemaster #956B85

Tints of Strikemaster #956B85

Color information

#956B85 (or 0x956B85) is unknown color: approx Strikemaster. HEX triplet: 95, 6B and 85. RGB value is (149,107,133). Sum of RGB (Red+Green+Blue) = 149+107+133=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 149 - color contains mainly: red. Hex color #956B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956B85 is #6A947A. Grayscale: #7A7A7A. Windows color (decimal): -6984827 or 8743829. OLE color: 8743829.

HSL color Cylindrical-coordinate representation of color #956B85: hue angle of 322.86º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #956B85 is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB149107133-
CMYK00.280.110.42
HSL322.86º16.54%50.2%-
HSV(B)322.86º28.19%58.43%-
XYZ21.8918.624.63-
YUV122.52133.91146.89-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 38.30%
GREEN value IS 107 (42.19% from 255) = 27.51%
BLUE value IS 133 (52.34% from 255) = 34.19%
R=38.30%
G=27.51%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14910713300.280.110.42322.8616.5450.2
Hex956B8501CB2A1431132
Octal22515320503413525032162
Binary10010101110101110000101011100101110101010100001110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #956B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,107,133); }

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

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

 a { background-color: rgb(149,107,133); }

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

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

 span { border-color: rgb(149,107,133); }

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