#90697B

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

Shades of Strikemaster #90697B

Tints of Strikemaster #90697B

Color information

#90697B (or 0x90697B) is unknown color: approx Strikemaster. HEX triplet: 90, 69 and 7B. RGB value is (144,105,123). Sum of RGB (Red+Green+Blue) = 144+105+123=372 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.71% from 372); Green value is 105 (41.41% from 255 or 28.23% from 372); Blue value is 123 (48.44% from 255 or 33.06% from 372); Max value from RGB is 144 - color contains mainly: red. Hex color #90697B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90697B is #6F9684. Grayscale: #767676. Windows color (decimal): -7313029 or 8087952. OLE color: 8087952.

HSL color Cylindrical-coordinate representation of color #90697B: hue angle of 332.31º 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 #90697B is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB144105123-
CMYK00.270.150.44
HSL332.31º15.66%48.82%-
HSV(B)332.31º27.08%56.47%-
XYZ20.1317.4621.05-
YUV118.71130.42146.04-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.71%
GREEN value IS 105 (41.41% from 255) = 28.23%
BLUE value IS 123 (48.44% from 255) = 33.06%
R=38.71%
G=28.23%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410512300.270.150.44332.3115.6648.82
Hex90697B01BF2C14c1031
Octal22015117303317545142061
Binary1001000011010011111011011011111110110010100110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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