#92697D

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

Shades of Strikemaster #92697D

Tints of Strikemaster #92697D

Color information

#92697D (or 0x92697D) is unknown color: approx Strikemaster. HEX triplet: 92, 69 and 7D. RGB value is (146,105,125). Sum of RGB (Red+Green+Blue) = 146+105+125=376 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.83% from 376); Green value is 105 (41.41% from 255 or 27.93% from 376); Blue value is 125 (49.22% from 255 or 33.24% from 376); Max value from RGB is 146 - color contains mainly: red. Hex color #92697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92697D is #6D9682. Grayscale: #777777. Windows color (decimal): -7181955 or 8219026. OLE color: 8219026.

HSL color Cylindrical-coordinate representation of color #92697D: hue angle of 330.73º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #92697D is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB146105125-
CMYK00.280.140.43
HSL330.73º16.33%49.22%-
HSV(B)330.73º28.08%57.25%-
XYZ20.6117.6921.73-
YUV119.54131.08146.87-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.83%
GREEN value IS 105 (41.41% from 255) = 27.93%
BLUE value IS 125 (49.22% from 255) = 33.24%
R=38.83%
G=27.93%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.14
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610512500.280.140.43330.7316.3349.22
Hex92697D01CE2B14b1031
Octal22215117503416535132061
Binary1001001011010011111101011100111010101110100101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92697D; }

 p { color: rgb(146,105,125); }

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

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

 a { background-color: rgb(146,105,125); }

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

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

 span { border-color: rgb(146,105,125); }

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