#906377

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

Shades of Strikemaster #906377

Tints of Strikemaster #906377

Color information

#906377 (or 0x906377) is unknown color: approx Strikemaster. HEX triplet: 90, 63 and 77. RGB value is (144,99,119). Sum of RGB (Red+Green+Blue) = 144+99+119=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906377 is #6F9C88. Grayscale: #727272. Windows color (decimal): -7314569 or 7824272. OLE color: 7824272.

HSL color Cylindrical-coordinate representation of color #906377: hue angle of 333.33º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #906377 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB14499119-
CMYK00.310.170.44
HSL333.33º18.52%47.65%-
HSV(B)333.33º31.25%56.47%-
XYZ19.2916.1819.56-
YUV114.74130.41148.87-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=39.78%
G=27.35%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1449911900.310.170.44333.3318.5247.65
Hex90637701F112C14d1330
Octal22014316703721545152360
Binary10010000110001111101110111111000110110010100110110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906377; }

 p { color: rgb(144,99,119); }

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

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

 a { background-color: rgb(144,99,119); }

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

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

 span { border-color: rgb(144,99,119); }

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