#916F83

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

Shades of Strikemaster #916F83

Tints of Strikemaster #916F83

Color information

#916F83 (or 0x916F83) is unknown color: approx Strikemaster. HEX triplet: 91, 6F and 83. RGB value is (145,111,131). Sum of RGB (Red+Green+Blue) = 145+111+131=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 111 (43.75% from 255 or 28.68% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #916F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #916F83 is #6E907C. Grayscale: #7B7B7B. Windows color (decimal): -7245949 or 8613777. OLE color: 8613777.

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

Color convert

RGB145111131-
CMYK00.230.100.43
HSL324.71º13.39%50.2%-
HSV(B)324.71º23.45%56.86%-
XYZ21.4619.0324.01-
YUV123.45132.26143.37-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 111 (43.75% from 255) = 28.68%
BLUE value IS 131 (51.56% from 255) = 33.85%
R=37.47%
G=28.68%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511113100.230.100.43324.7113.3950.2
Hex916F83017A2B145d32
Octal22115720302712535051562
Binary1001000111011111000001101011110101010111010001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916F83; }

 p { color: rgb(145,111,131); }

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

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

 a { background-color: rgb(145,111,131); }

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

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

 span { border-color: rgb(145,111,131); }

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