#967385

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

Shades of Strikemaster #967385

Tints of Strikemaster #967385

Color information

#967385 (or 0x967385) is unknown color: approx Strikemaster. HEX triplet: 96, 73 and 85. RGB value is (150,115,133). Sum of RGB (Red+Green+Blue) = 150+115+133=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 115 (45.31% from 255 or 28.89% from 398); Blue value is 133 (52.34% from 255 or 33.42% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967385 is #698C7A. Grayscale: #7F7F7F. Windows color (decimal): -6917243 or 8745878. OLE color: 8745878.

HSL color Cylindrical-coordinate representation of color #967385: hue angle of 329.14º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #967385 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB150115133-
CMYK00.230.110.41
HSL329.14º14.29%51.96%-
HSV(B)329.14º23.33%58.82%-
XYZ22.9420.4424.93-
YUV127.52131.1144.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.69%
GREEN value IS 115 (45.31% from 255) = 28.89%
BLUE value IS 133 (52.34% from 255) = 33.42%
R=37.69%
G=28.89%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011513300.230.110.41329.1414.2951.96
Hex967385017B29149e34
Octal22616320502713515111664
Binary1001011011100111000010101011110111010011010010011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967385; }

 p { color: rgb(150,115,133); }

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

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

 a { background-color: rgb(150,115,133); }

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

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

 span { border-color: rgb(150,115,133); }

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