#846576

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

Shades of Strikemaster #846576

Tints of Strikemaster #846576

Color information

#846576 (or 0x846576) is unknown color: approx Strikemaster. HEX triplet: 84, 65 and 76. RGB value is (132,101,118). Sum of RGB (Red+Green+Blue) = 132+101+118=351 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.61% from 351); Green value is 101 (39.84% from 255 or 28.77% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 132 - color contains mainly: red. Hex color #846576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846576 is #7B9A89. Grayscale: #707070. Windows color (decimal): -8100490 or 7759236. OLE color: 7759236.

HSL color Cylindrical-coordinate representation of color #846576: hue angle of 327.1º 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 #846576 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB132101118-
CMYK00.230.110.48
HSL327.1º13.3%45.69%-
HSV(B)327.1º23.48%51.76%-
XYZ17.4415.5219.22-
YUV112.21131.27142.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.61%
GREEN value IS 101 (39.84% from 255) = 28.77%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=37.61%
G=28.77%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210111800.230.110.48327.113.345.69
Hex846576017B30147d2e
Octal20414516602713605071556
Binary100001001100101111011001011110111100001010001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846576; }

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

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

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

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

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

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

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

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