#865C73

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

Shades of Strikemaster #865C73

Tints of Strikemaster #865C73

Color information

#865C73 (or 0x865C73) is unknown color: approx Strikemaster. HEX triplet: 86, 5C and 73. RGB value is (134,92,115). Sum of RGB (Red+Green+Blue) = 134+92+115=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 134 - color contains mainly: red. Hex color #865C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865C73 is #79A38C. Grayscale: #6B6B6B. Windows color (decimal): -7971725 or 7560326. OLE color: 7560326.

HSL color Cylindrical-coordinate representation of color #865C73: hue angle of 327.14º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #865C73 is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB13492115-
CMYK00.310.140.47
HSL327.14º18.58%44.31%-
HSV(B)327.14º31.34%52.55%-
XYZ16.7513.9618.03-
YUV107.18132.41147.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=39.30%
G=26.98%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349211500.310.140.47327.1418.5844.31
Hex865C7301FE2F147132c
Octal20613416303716575072354
Binary1000011010111001110011011111111010111110100011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865C73; }

 p { color: rgb(134,92,115); }

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

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

 a { background-color: rgb(134,92,115); }

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

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

 span { border-color: rgb(134,92,115); }

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