#96697A

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

Shades of Strikemaster #96697A

Tints of Strikemaster #96697A

Color information

#96697A (or 0x96697A) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 7A. RGB value is (150,105,122). Sum of RGB (Red+Green+Blue) = 150+105+122=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96697A is #699685. Grayscale: #787878. Windows color (decimal): -6919814 or 8022422. OLE color: 8022422.

HSL color Cylindrical-coordinate representation of color #96697A: hue angle of 337.33º 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 #96697A is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB150105122-
CMYK00.300.190.41
HSL337.33º17.65%50%-
HSV(B)337.33º30%58.82%-
XYZ21.1417.9920.77-
YUV120.39128.91149.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.79%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 122 (48.05% from 255) = 32.36%
R=39.79%
G=27.85%
B=32.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512200.300.190.41337.3317.6550
Hex96697A01E13291511232
Octal22615117203623515212262
Binary10010110110100111110100111101001110100110101000110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96697A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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