#866175

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

Shades of Strikemaster #866175

Tints of Strikemaster #866175

Color information

#866175 (or 0x866175) is unknown color: approx Strikemaster. HEX triplet: 86, 61 and 75. RGB value is (134,97,117). Sum of RGB (Red+Green+Blue) = 134+97+117=348 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.51% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 117 (46.09% from 255 or 33.62% from 348); Max value from RGB is 134 - color contains mainly: red. Hex color #866175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866175 is #799E8A. Grayscale: #6E6E6E. Windows color (decimal): -7970443 or 7692678. OLE color: 7692678.

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

Color convert

RGB13497117-
CMYK00.280.130.47
HSL327.57º16.02%45.29%-
HSV(B)327.57º27.61%52.55%-
XYZ17.3214.918.79-
YUV110.34131.76144.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.51%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 117 (46.09% from 255) = 33.62%
R=38.51%
G=27.87%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1349711700.280.130.47327.5716.0245.29
Hex86617501CD2F148102d
Octal20614116503415575102055
Binary1000011011000011110101011100110110111110100100010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #866175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #866175; }

 p { color: rgb(134,97,117); }

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

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

 a { background-color: rgb(134,97,117); }

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

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

 span { border-color: rgb(134,97,117); }

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