#97667C

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

Shades of Strikemaster #97667C

Tints of Strikemaster #97667C

Color information

#97667C (or 0x97667C) is unknown color: approx Strikemaster. HEX triplet: 97, 66 and 7C. RGB value is (151,102,124). Sum of RGB (Red+Green+Blue) = 151+102+124=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 151 - color contains mainly: red. Hex color #97667C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #97667C is #689983. Grayscale: #777777. Windows color (decimal): -6855044 or 8152727. OLE color: 8152727.

HSL color Cylindrical-coordinate representation of color #97667C: hue angle of 333.06º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #97667C is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB151102124-
CMYK00.320.180.41
HSL333.06º19.37%49.61%-
HSV(B)333.06º32.45%59.22%-
XYZ21.1517.5421.34-
YUV119.16130.73150.71-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 40.05%
GREEN value IS 102 (40.23% from 255) = 27.06%
BLUE value IS 124 (48.83% from 255) = 32.89%
R=40.05%
G=27.06%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110212400.320.180.41333.0619.3749.61
Hex97667C020122914d1332
Octal22714617404022515152362
Binary100101111100110111110001000001001010100110100110110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97667C; }

 p { color: rgb(151,102,124); }

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

<style>
 a { background-color: #97667C; }

 a { background-color: rgb(151,102,124); }

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

<style>
 span { border-color: #97667C; }

 span { border-color: rgb(151,102,124); }

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