#96697B

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

Shades of Strikemaster #96697B

Tints of Strikemaster #96697B

Color information

#96697B (or 0x96697B) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 7B. RGB value is (150,105,123). Sum of RGB (Red+Green+Blue) = 150+105+123=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96697B is #699684. Grayscale: #787878. Windows color (decimal): -6919813 or 8087958. OLE color: 8087958.

HSL color Cylindrical-coordinate representation of color #96697B: hue angle of 336º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96697B is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB150105123-
CMYK00.300.180.41
HSL336º17.65%50%-
HSV(B)336º30%58.82%-
XYZ21.218.0221.1-
YUV120.51129.41149.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 105 (41.41% from 255) = 27.78%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=39.68%
G=27.78%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512300.300.180.4133617.6550
Hex96697B01E12291501232
Octal22615117303622515202262
Binary10010110110100111110110111101001010100110101000010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96697B; }

 p { color: rgb(150,105,123); }

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

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

 a { background-color: rgb(150,105,123); }

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

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

 span { border-color: rgb(150,105,123); }

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