#967383

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

Shades of Strikemaster #967383

Tints of Strikemaster #967383

Color information

#967383 (or 0x967383) is unknown color: approx Strikemaster. HEX triplet: 96, 73 and 83. RGB value is (150,115,131). Sum of RGB (Red+Green+Blue) = 150+115+131=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967383 is #698C7C. Grayscale: #7F7F7F. Windows color (decimal): -6917245 or 8614806. OLE color: 8614806.

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

Color convert

RGB150115131-
CMYK00.230.130.41
HSL332.57º14.29%51.96%-
HSV(B)332.57º23.33%58.82%-
XYZ22.8120.3824.21-
YUV127.29130.1144.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.88%
GREEN value IS 115 (45.31% from 255) = 29.04%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=37.88%
G=29.04%
B=33.08%

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
Decimal15011513100.230.130.41332.5714.2951.96
Hex967383017D2914de34
Octal22616320302715515151664
Binary1001011011100111000001101011111011010011010011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967383; }

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

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

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

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

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

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

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

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