#816674

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

Shades of Strikemaster #816674

Tints of Strikemaster #816674

Color information

#816674 (or 0x816674) is unknown color: approx Strikemaster. HEX triplet: 81, 66 and 74. RGB value is (129,102,116). Sum of RGB (Red+Green+Blue) = 129+102+116=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 116 (45.70% from 255 or 33.43% from 347); Max value from RGB is 129 - color contains mainly: red. Hex color #816674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #816674 is #7E998B. Grayscale: #6F6F6F. Windows color (decimal): -8296844 or 7628417. OLE color: 7628417.

HSL color Cylindrical-coordinate representation of color #816674: hue angle of 328.89º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #816674 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.49.

Color convert

RGB129102116-
CMYK00.210.100.49
HSL328.89º11.69%45.29%-
HSV(B)328.89º20.93%50.59%-
XYZ16.9615.4318.61-
YUV111.67130.45140.36-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 116 (45.70% from 255) = 33.43%
R=37.18%
G=29.39%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12910211600.210.100.49328.8911.6945.29
Hex816674015A31149c2d
Octal20114616402512615111455
Binary100000011100110111010001010110101100011010010011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #816674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #816674; }

 p { color: rgb(129,102,116); }

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

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

 a { background-color: rgb(129,102,116); }

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

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

 span { border-color: rgb(129,102,116); }

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