#836676

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

Shades of Strikemaster #836676

Tints of Strikemaster #836676

Color information

#836676 (or 0x836676) is unknown color: approx Strikemaster. HEX triplet: 83, 66 and 76. RGB value is (131,102,118). Sum of RGB (Red+Green+Blue) = 131+102+118=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836676 is #7C9989. Grayscale: #707070. Windows color (decimal): -8165770 or 7759491. OLE color: 7759491.

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

Color convert

RGB131102118-
CMYK00.220.100.49
HSL326.9º12.45%45.69%-
HSV(B)326.9º22.14%51.37%-
XYZ17.3815.6419.24-
YUV112.49131.11141.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 102 (40.23% from 255) = 29.06%
BLUE value IS 118 (46.48% from 255) = 33.62%
R=37.32%
G=29.06%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.10
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110211800.220.100.49326.912.4545.69
Hex836676016A31147c2e
Octal20314616602612615071456
Binary100000111100110111011001011010101100011010001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836676; }

 p { color: rgb(131,102,118); }

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

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

 a { background-color: rgb(131,102,118); }

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

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

 span { border-color: rgb(131,102,118); }

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