#967382

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

Shades of Strikemaster #967382

Tints of Strikemaster #967382

Color information

#967382 (or 0x967382) is unknown color: approx Strikemaster. HEX triplet: 96, 73 and 82. RGB value is (150,115,130). Sum of RGB (Red+Green+Blue) = 150+115+130=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 115 (45.31% from 255 or 29.11% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967382 is #698C7D. Grayscale: #7F7F7F. Windows color (decimal): -6917246 or 8549270. OLE color: 8549270.

HSL color Cylindrical-coordinate representation of color #967382: hue angle of 334.29º 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 #967382 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB150115130-
CMYK00.230.130.41
HSL334.29º14.29%51.96%-
HSV(B)334.29º23.33%58.82%-
XYZ22.7420.3623.85-
YUV127.17129.6144.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 115 (45.31% from 255) = 29.11%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=37.97%
G=29.11%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011513000.230.130.41334.2914.2951.96
Hex967382017D2914ee34
Octal22616320202715515161664
Binary1001011011100111000001001011111011010011010011101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967382; }

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

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

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

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

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

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

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

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