#967281

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

Shades of Strikemaster #967281

Tints of Strikemaster #967281

Color information

#967281 (or 0x967281) is unknown color: approx Strikemaster. HEX triplet: 96, 72 and 81. RGB value is (150,114,129). Sum of RGB (Red+Green+Blue) = 150+114+129=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #967281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967281 is #698D7E. Grayscale: #7E7E7E. Windows color (decimal): -6917503 or 8483478. OLE color: 8483478.

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

Color convert

RGB150114129-
CMYK00.240.140.41
HSL335º14.63%51.76%-
HSV(B)335º24%58.82%-
XYZ22.5620.123.46-
YUV126.47129.43144.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 38.17%
GREEN value IS 114 (44.92% from 255) = 29.01%
BLUE value IS 129 (50.78% from 255) = 32.82%
R=38.17%
G=29.01%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011412900.240.140.4133514.6351.76
Hex967281018E2914ff34
Octal22616220103016515171764
Binary1001011011100101000000101100011101010011010011111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967281; }

 p { color: rgb(150,114,129); }

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

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

 a { background-color: rgb(150,114,129); }

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

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

 span { border-color: rgb(150,114,129); }

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