#856679

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

Shades of Strikemaster #856679

Tints of Strikemaster #856679

Color information

#856679 (or 0x856679) is unknown color: approx Strikemaster. HEX triplet: 85, 66 and 79. RGB value is (133,102,121). Sum of RGB (Red+Green+Blue) = 133+102+121=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 133 - color contains mainly: red. Hex color #856679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #856679 is #7A9986. Grayscale: #717171. Windows color (decimal): -8034695 or 7956101. OLE color: 7956101.

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

Color convert

RGB133102121-
CMYK00.230.090.48
HSL323.23º13.19%46.08%-
HSV(B)323.23º23.31%52.16%-
XYZ17.8815.8720.21-
YUV113.43132.27141.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=37.36%
G=28.65%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13310212100.230.090.48323.2313.1946.08
Hex856679017930143d2e
Octal20514617102711605031556
Binary100001011100110111100101011110011100001010000111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #856679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #856679; }

 p { color: rgb(133,102,121); }

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

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

 a { background-color: rgb(133,102,121); }

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

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

 span { border-color: rgb(133,102,121); }

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