#90697E

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

Shades of Strikemaster #90697E

Tints of Strikemaster #90697E

Color information

#90697E (or 0x90697E) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 7E. RGB value is (144,105,126). Sum of RGB (Red+Green+Blue) = 144+105+126=375 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.4% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 144 - color contains mainly: red. Hex color #90697E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697E is #6F9681. Grayscale: #777777. Windows color (decimal): -7313026 or 8284560. OLE color: 8284560.

HSL color Cylindrical-coordinate representation of color #90697E: hue angle of 327.69º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90697E is Cyan = 0, Magento = 0.27, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB144105126-
CMYK00.270.120.44
HSL327.69º15.66%48.82%-
HSV(B)327.69º27.08%56.47%-
XYZ20.3217.5422.05-
YUV119.06131.92145.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.4%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 126 (49.61% from 255) = 33.6%
R=38.4%
G=28%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410512600.270.120.44327.6915.6648.82
Hex90697E01BC2C1481031
Octal22015117603314545102061
Binary1001000011010011111110011011110010110010100100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90697E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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