#926D84

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

Shades of Strikemaster #926D84

Tints of Strikemaster #926D84

Color information

#926D84 (or 0x926D84) is unknown color: approx Strikemaster. HEX triplet: 92, 6D and 84. RGB value is (146,109,132). Sum of RGB (Red+Green+Blue) = 146+109+132=387 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.73% from 387); Green value is 109 (42.97% from 255 or 28.17% from 387); Blue value is 132 (51.95% from 255 or 34.11% from 387); Max value from RGB is 146 - color contains mainly: red. Hex color #926D84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #926D84 is #6D927B. Grayscale: #7A7A7A. Windows color (decimal): -7180924 or 8678802. OLE color: 8678802.

HSL color Cylindrical-coordinate representation of color #926D84: hue angle of 322.7º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926D84 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.43.

Color convert

RGB146109132-
CMYK00.250.100.43
HSL322.7º14.51%50%-
HSV(B)322.7º25.34%57.25%-
XYZ21.4918.7124.31-
YUV122.68133.26144.63-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.73%
GREEN value IS 109 (42.97% from 255) = 28.17%
BLUE value IS 132 (51.95% from 255) = 34.11%
R=37.73%
G=28.17%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610913200.250.100.43322.714.5150
Hex926D84019A2B143f32
Octal22215520403112535031762
Binary1001001011011011000010001100110101010111010000111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926D84; }

 p { color: rgb(146,109,132); }

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

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

 a { background-color: rgb(146,109,132); }

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

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

 span { border-color: rgb(146,109,132); }

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