#967283

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

Shades of Strikemaster #967283

Tints of Strikemaster #967283

Color information

#967283 (or 0x967283) is unknown color: approx Strikemaster. HEX triplet: 96, 72 and 83. RGB value is (150,114,131). Sum of RGB (Red+Green+Blue) = 150+114+131=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #967283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967283 is #698D7C. Grayscale: #7E7E7E. Windows color (decimal): -6917501 or 8614550. OLE color: 8614550.

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

Color convert

RGB150114131-
CMYK00.240.130.41
HSL331.67º14.63%51.76%-
HSV(B)331.67º24%58.82%-
XYZ22.6920.1624.17-
YUV126.7130.43144.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.97%
GREEN value IS 114 (44.92% from 255) = 28.86%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=37.97%
G=28.86%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011413100.240.130.41331.6714.6351.76
Hex967283018D2914cf34
Octal22616220303015515141764
Binary1001011011100101000001101100011011010011010011001111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967283; }

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

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

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

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

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

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

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

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