#846073

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

Shades of Strikemaster #846073

Tints of Strikemaster #846073

Color information

#846073 (or 0x846073) is unknown color: approx Strikemaster. HEX triplet: 84, 60 and 73. RGB value is (132,96,115). Sum of RGB (Red+Green+Blue) = 132+96+115=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 115 (45.31% from 255 or 33.53% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846073 is #7B9F8C. Grayscale: #6C6C6C. Windows color (decimal): -8101773 or 7561348. OLE color: 7561348.

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

Color convert

RGB13296115-
CMYK00.270.130.48
HSL328.33º15.79%44.71%-
HSV(B)328.33º27.27%51.76%-
XYZ16.7914.5118.14-
YUV108.93131.43144.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 38.48%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 115 (45.31% from 255) = 33.53%
R=38.48%
G=27.99%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329611500.270.130.48328.3315.7944.71
Hex84607301BD30148102d
Octal20414016303315605102055
Binary1000010011000001110011011011110111000010100100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846073; }

 p { color: rgb(132,96,115); }

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

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

 a { background-color: rgb(132,96,115); }

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

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

 span { border-color: rgb(132,96,115); }

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