#925679

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

Shades of Strikemaster #925679

Tints of Strikemaster #925679

Color information

#925679 (or 0x925679) is unknown color: approx Strikemaster. HEX triplet: 92, 56 and 79. RGB value is (146,86,121). Sum of RGB (Red+Green+Blue) = 146+86+121=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925679 is #6DA986. Grayscale: #6B6B6B. Windows color (decimal): -7186823 or 7952018. OLE color: 7952018.

HSL color Cylindrical-coordinate representation of color #925679: hue angle of 325º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #925679 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB14686121-
CMYK00.410.170.43
HSL325º25.86%45.49%-
HSV(B)325º41.1%57.25%-
XYZ18.6314.1519.84-
YUV107.93135.38155.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 121 (47.66% from 255) = 34.28%
R=41.36%
G=24.36%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1468612100.410.170.4332525.8645.49
Hex925679029112B1451a2d
Octal22212617105121535053255
Binary100100101010110111100101010011000110101110100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925679; }

 p { color: rgb(146,86,121); }

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

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

 a { background-color: rgb(146,86,121); }

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

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

 span { border-color: rgb(146,86,121); }

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