#96657F

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

Shades of Strikemaster #96657F

Tints of Strikemaster #96657F

Color information

#96657F (or 0x96657F) is unknown color: approx Strikemaster. HEX triplet: 96, 65 and 7F. RGB value is (150,101,127). Sum of RGB (Red+Green+Blue) = 150+101+127=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 127 (50% from 255 or 33.60% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #96657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96657F is #699A80. Grayscale: #767676. Windows color (decimal): -6920833 or 8349078. OLE color: 8349078.

HSL color Cylindrical-coordinate representation of color #96657F: hue angle of 328.16º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96657F is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB150101127-
CMYK00.330.150.41
HSL328.16º19.52%49.22%-
HSV(B)328.16º32.67%58.82%-
XYZ21.0617.3222.31-
YUV118.62132.73150.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.68%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 127 (50% from 255) = 33.60%
R=39.68%
G=26.72%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010112700.330.150.41328.1619.5249.22
Hex96657F021F291481431
Octal22614517704117515102461
Binary10010110110010111111110100001111110100110100100010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96657F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96657F; }

 p { color: rgb(150,101,127); }

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

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

 a { background-color: rgb(150,101,127); }

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

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

 span { border-color: rgb(150,101,127); }

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