#8C6376

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

Shades of Strikemaster #8C6376

Tints of Strikemaster #8C6376

Color information

#8C6376 (or 0x8C6376) is unknown color: approx Strikemaster. HEX triplet: 8C, 63 and 76. RGB value is (140,99,118). Sum of RGB (Red+Green+Blue) = 140+99+118=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 99 (39.06% from 255 or 27.73% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6376 is #739C89. Grayscale: #717171. Windows color (decimal): -7576714 or 7758732. OLE color: 7758732.

HSL color Cylindrical-coordinate representation of color #8C6376: hue angle of 332.2º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8C6376 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB14099118-
CMYK00.290.160.45
HSL332.2º17.15%46.86%-
HSV(B)332.2º29.29%54.9%-
XYZ18.5515.8119.21-
YUV113.42130.58146.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 39.22%
GREEN value IS 99 (39.06% from 255) = 27.73%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=39.22%
G=27.73%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409911800.290.160.45332.217.1546.86
Hex8C637601D102D14c112f
Octal21414316603520555142157
Binary10001100110001111101100111011000010110110100110010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,99,118); }

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

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

 a { background-color: rgb(140,99,118); }

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

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

 span { border-color: rgb(140,99,118); }

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