#8B6D79

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

Shades of Strikemaster #8B6D79

Tints of Strikemaster #8B6D79

Color information

#8B6D79 (or 0x8B6D79) is unknown color: approx Strikemaster. HEX triplet: 8B, 6D and 79. RGB value is (139,109,121). Sum of RGB (Red+Green+Blue) = 139+109+121=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 109 (42.97% from 255 or 29.54% from 369); Blue value is 121 (47.66% from 255 or 32.79% from 369); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6D79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6D79 is #749286. Grayscale: #777777. Windows color (decimal): -7639687 or 7957899. OLE color: 7957899.

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

Color convert

RGB139109121-
CMYK00.220.130.45
HSL336º12.1%48.63%-
HSV(B)336º21.58%54.51%-
XYZ19.5717.8120.49-
YUV119.34128.94142.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 109 (42.97% from 255) = 29.54%
BLUE value IS 121 (47.66% from 255) = 32.79%
R=37.67%
G=29.54%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910912100.220.130.4533612.148.63
Hex8B6D79016D2D150c31
Octal21315517102615555201461
Binary100010111101101111100101011011011011011010100001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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