#97688B

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

Shades of Strikemaster #97688B

Tints of Strikemaster #97688B

Color information

#97688B (or 0x97688B) is unknown color: approx Strikemaster. HEX triplet: 97, 68 and 8B. RGB value is (151,104,139). Sum of RGB (Red+Green+Blue) = 151+104+139=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 139 (54.69% from 255 or 35.28% from 394); Max value from RGB is 151 - color contains mainly: red. Hex color #97688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #97688B is #689774. Grayscale: #797979. Windows color (decimal): -6854517 or 9136279. OLE color: 9136279.

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

Color convert

RGB151104139-
CMYK00.310.080.41
HSL315.32º18.43%50%-
HSV(B)315.32º31.13%59.22%-
XYZ22.3718.3426.79-
YUV122.04137.57148.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 38.32%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 139 (54.69% from 255) = 35.28%
R=38.32%
G=26.40%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15110413900.310.080.41315.3218.4350
Hex97688B01F82913b1232
Octal22715021303710514732262
Binary10010111110100010001011011111100010100110011101110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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