#8B6A79

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

Shades of Strikemaster #8B6A79

Tints of Strikemaster #8B6A79

Color information

#8B6A79 (or 0x8B6A79) is unknown color: approx Strikemaster. HEX triplet: 8B, 6A and 79. RGB value is (139,106,121). Sum of RGB (Red+Green+Blue) = 139+106+121=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6A79 is #749586. Grayscale: #757575. Windows color (decimal): -7640455 or 7957131. OLE color: 7957131.

HSL color Cylindrical-coordinate representation of color #8B6A79: hue angle of 332.73º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B6A79 is Cyan = 0, Magento = 0.24, Yellow = 0.13 and Black (K on CMYK) = 0.45.

Color convert

RGB139106121-
CMYK00.240.130.45
HSL332.73º13.47%48.04%-
HSV(B)332.73º23.74%54.51%-
XYZ19.2517.1820.39-
YUV117.58129.93143.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 121 (47.66% from 255) = 33.06%
R=37.98%
G=28.96%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910612100.240.130.45332.7313.4748.04
Hex8B6A79018D2D14dd30
Octal21315217103015555151560
Binary100010111101010111100101100011011011011010011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B6A79; }

 p { color: rgb(139,106,121); }

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

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

 a { background-color: rgb(139,106,121); }

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

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

 span { border-color: rgb(139,106,121); }

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