#846376

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

Shades of Strikemaster #846376

Tints of Strikemaster #846376

Color information

#846376 (or 0x846376) is unknown color: approx Strikemaster. HEX triplet: 84, 63 and 76. RGB value is (132,99,118). Sum of RGB (Red+Green+Blue) = 132+99+118=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 99 (39.06% from 255 or 28.37% from 349); Blue value is 118 (46.48% from 255 or 33.81% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846376 is #7B9C89. Grayscale: #6E6E6E. Windows color (decimal): -8101002 or 7758724. OLE color: 7758724.

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

Color convert

RGB13299118-
CMYK00.250.110.48
HSL325.45º14.29%45.29%-
HSV(B)325.45º25%51.76%-
XYZ17.2515.1419.15-
YUV111.03131.93142.96-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.82%
GREEN value IS 99 (39.06% from 255) = 28.37%
BLUE value IS 118 (46.48% from 255) = 33.81%
R=37.82%
G=28.37%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329911800.250.110.48325.4514.2945.29
Hex846376019B30145e2d
Octal20414316603113605051655
Binary100001001100011111011001100110111100001010001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846376; }

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

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

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

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

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

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

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

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