#967685

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

Shades of Strikemaster #967685

Tints of Strikemaster #967685

Color information

#967685 (or 0x967685) is unknown color: approx Strikemaster. HEX triplet: 96, 76 and 85. RGB value is (150,118,133). Sum of RGB (Red+Green+Blue) = 150+118+133=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 150 - color contains mainly: red. Hex color #967685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967685 is #69897A. Grayscale: #818181. Windows color (decimal): -6916475 or 8746646. OLE color: 8746646.

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

Color convert

RGB150118133-
CMYK00.210.110.41
HSL331.88º13.22%52.55%-
HSV(B)331.88º21.33%58.82%-
XYZ23.2921.1325.04-
YUV129.28130.1142.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 37.41%
GREEN value IS 118 (46.48% from 255) = 29.43%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=37.41%
G=29.43%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15011813300.210.110.41331.8813.2252.55
Hex967685015B2914cd35
Octal22616620502513515141565
Binary1001011011101101000010101010110111010011010011001101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967685; }

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

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

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

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

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

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

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

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