#96697E

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

Shades of Strikemaster #96697E

Tints of Strikemaster #96697E

Color information

#96697E (or 0x96697E) is unknown color: approx Strikemaster. HEX triplet: 96, 69 and 7E. RGB value is (150,105,126). Sum of RGB (Red+Green+Blue) = 150+105+126=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #96697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96697E is #699681. Grayscale: #787878. Windows color (decimal): -6919810 or 8284566. OLE color: 8284566.

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

Color convert

RGB150105126-
CMYK00.300.160.41
HSL332º17.65%50%-
HSV(B)332º30%58.82%-
XYZ21.418.0922.1-
YUV120.85130.91148.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 39.37%
GREEN value IS 105 (41.41% from 255) = 27.56%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=39.37%
G=27.56%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010512600.300.160.4133217.6550
Hex96697E01E102914c1232
Octal22615117603620515142262
Binary10010110110100111111100111101000010100110100110010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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