#846574

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

Shades of Strikemaster #846574

Tints of Strikemaster #846574

Color information

#846574 (or 0x846574) is unknown color: approx Strikemaster. HEX triplet: 84, 65 and 74. RGB value is (132,101,116). Sum of RGB (Red+Green+Blue) = 132+101+116=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846574 is #7B9A8B. Grayscale: #6F6F6F. Windows color (decimal): -8100492 or 7628164. OLE color: 7628164.

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

Color convert

RGB132101116-
CMYK00.230.120.48
HSL330.97º13.3%45.69%-
HSV(B)330.97º23.48%51.76%-
XYZ17.3215.4718.6-
YUV111.98130.27142.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 116 (45.70% from 255) = 33.24%
R=37.82%
G=28.94%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210111600.230.120.48330.9713.345.69
Hex846574017C3014bd2e
Octal20414516402714605131556
Binary100001001100101111010001011111001100001010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846574; }

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

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

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

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

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

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

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

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