#97658B

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

Shades of Strikemaster #97658B

Tints of Strikemaster #97658B

Color information

#97658B (or 0x97658B) is unknown color: approx Strikemaster. HEX triplet: 97, 65 and 8B. RGB value is (151,101,139). Sum of RGB (Red+Green+Blue) = 151+101+139=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 151 - color contains mainly: red. Hex color #97658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97658B is #689A74. Grayscale: #787878. Windows color (decimal): -6855285 or 9135511. OLE color: 9135511.

HSL color Cylindrical-coordinate representation of color #97658B: hue angle of 314.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #97658B is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.41.

Color convert

RGB151101139-
CMYK00.330.080.41
HSL314.4º19.84%49.41%-
HSV(B)314.4º33.11%59.22%-
XYZ22.0817.7526.69-
YUV120.28138.56149.91-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.62%
GREEN value IS 101 (39.84% from 255) = 25.83%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=38.62%
G=25.83%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110113900.330.080.41314.419.8449.41
Hex97658B02182913a1431
Octal22714521304110514722461
Binary100101111100101100010110100001100010100110011101010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97658B; }

 p { color: rgb(151,101,139); }

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

<style>
 a { background-color: #97658B; }

 a { background-color: rgb(151,101,139); }

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

<style>
 span { border-color: #97658B; }

 span { border-color: rgb(151,101,139); }

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