#846374

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

Shades of Strikemaster #846374

Tints of Strikemaster #846374

Color information

#846374 (or 0x846374) is unknown color: approx Strikemaster. HEX triplet: 84, 63 and 74. RGB value is (132,99,116). Sum of RGB (Red+Green+Blue) = 132+99+116=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846374 is #7B9C8B. Grayscale: #6E6E6E. Windows color (decimal): -8101004 or 7627652. OLE color: 7627652.

HSL color Cylindrical-coordinate representation of color #846374: hue angle of 329.09º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #846374 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB13299116-
CMYK00.250.120.48
HSL329.09º14.29%45.29%-
HSV(B)329.09º25%51.76%-
XYZ17.1315.0918.53-
YUV110.8130.93143.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.04%
GREEN value IS 99 (39.06% from 255) = 28.53%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=38.04%
G=28.53%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911600.250.120.48329.0914.2945.29
Hex846374019C30149e2d
Octal20414316403114605111655
Binary100001001100011111010001100111001100001010010011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846374; }

 p { color: rgb(132,99,116); }

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

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

 a { background-color: rgb(132,99,116); }

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

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

 span { border-color: rgb(132,99,116); }

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