#846276

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

Shades of Strikemaster #846276

Tints of Strikemaster #846276

Color information

#846276 (or 0x846276) is unknown color: approx Strikemaster. HEX triplet: 84, 62 and 76. RGB value is (132,98,118). Sum of RGB (Red+Green+Blue) = 132+98+118=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 98 (38.67% from 255 or 28.16% from 348); Blue value is 118 (46.48% from 255 or 33.91% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846276 is #7B9D89. Grayscale: #6E6E6E. Windows color (decimal): -8101258 or 7758468. OLE color: 7758468.

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

Color convert

RGB13298118-
CMYK00.260.110.48
HSL324.71º14.78%45.1%-
HSV(B)324.71º25.76%51.76%-
XYZ17.1514.9519.12-
YUV110.45132.26143.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.93%
GREEN value IS 98 (38.67% from 255) = 28.16%
BLUE value IS 118 (46.48% from 255) = 33.91%
R=37.93%
G=28.16%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329811800.260.110.48324.7114.7845.1
Hex84627601AB30145f2d
Octal20414216603213605051755
Binary100001001100010111011001101010111100001010001011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846276; }

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

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

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

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

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

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

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

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